#EE7D61

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

Shades of Terra Cotta #EE7D61

Tints of Terra Cotta #EE7D61

Color information

#EE7D61 (or 0xEE7D61) is unknown color: approx Terra Cotta. HEX triplet: EE, 7D and 61. RGB value is (238,125,97). Sum of RGB (Red+Green+Blue) = 238+125+97=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7D61 is #11829E. Grayscale: #9B9B9B. Windows color (decimal): -1147551 or 6389230. OLE color: 6389230.

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

Color convert

RGB23812597-
CMYK00.470.590.07
HSL11.91º80.57%65.69%-
HSV(B)11.91º59.24%93.33%-
XYZ44.7533.7115.46-
YUV155.5994.94186.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.74%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 97 (38.28% from 255) = 21.09%
R=51.74%
G=27.17%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381259700.470.590.0711.9180.5765.69
HexEE7D6102F3B7c5142
Octal35617514105773714121102
Binary11101110111110111000010101111111011111110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7D61; }

 p { color: rgb(238,125,97); }

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

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

 a { background-color: rgb(238,125,97); }

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

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

 span { border-color: rgb(238,125,97); }

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