#ee7564

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

Shades of Terra Cotta #EE7564

Tints of Terra Cotta #EE7564

Color information

#EE7564 (or 0xEE7564) is unknown color: approx Terra Cotta. HEX triplet: EE, 75 and 64. RGB value is (238,117,100). Sum of RGB (Red+Green+Blue) = 238+117+100=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7564 is #118A9B. Grayscale: #979797. Windows color (decimal): -1149596 or 6583790. OLE color: 6583790.

HSL color Cylindrical-coordinate representation of color #EE7564: hue angle of 7.39º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE7564 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB238117100-
CMYK00.510.580.07
HSL7.39º80.23%66.27%-
HSV(B)7.39º57.98%93.33%-
XYZ43.9231.8215.88-
YUV151.2499.09189.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.31%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=52.31%
G=25.71%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811710000.510.580.077.3980.2366.27
HexEE75640333A775042
Octal3561651440637277120102
Binary1110111011101011100100011001111101011111110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee7564; }

 p { color: rgb(238,117,100); }

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

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

 a { background-color: rgb(238,117,100); }

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

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

 span { border-color: rgb(238,117,100); }

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