#EB675A

Color #EB675A Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #EB675A

Tints of Terra Cotta #EB675A

Color information

#EB675A (or 0xEB675A) is unknown color: approx Terra Cotta. HEX triplet: EB, 67 and 5A. RGB value is (235,103,90). Sum of RGB (Red+Green+Blue) = 235+103+90=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB675A is #1498A5. Grayscale: #8D8D8D. Windows color (decimal): -1349798 or 5924843. OLE color: 5924843.

HSL color Cylindrical-coordinate representation of color #EB675A: hue angle of 5.38º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB675A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB23510390-
CMYK00.560.620.08
HSL5.38º78.38%63.73%-
HSV(B)5.38º61.7%92.16%-
XYZ40.9628.112.94-
YUV140.9999.23195.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 54.91%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=54.91%
G=24.07%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351039000.560.620.085.3878.3863.73
HexEB675A0383E854e40
Octal35314713207076105116100
Binary11101011110011110110100111000111110100010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB675A; }

 p { color: rgb(235,103,90); }

 H1.HeaderClassName
 {
   color: #EB675A;
 }
 .AnyTagClassName
 {
   color: #EB675A;
 }
</style>
background-color css

<style>
 a { background-color: #EB675A; }

 a { background-color: rgb(235,103,90); }

 div.DivClassName
 {
   background-color: #EB675A;
 }
 .BgClassName
 {
   background-color: #EB675A;
 }
</style>
border-color css

<style>
 span { border-color: #EB675A; }

 span { border-color: rgb(235,103,90); }

 td.TdClassName
 {
   border-color: #EB675A;
 }
 .TagClassName
 {
   border-color: #EB675A;
 }
</style>