#EE6E5D

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

Shades of Terra Cotta #EE6E5D

Tints of Terra Cotta #EE6E5D

Color information

#EE6E5D (or 0xEE6E5D) is unknown color: approx Terra Cotta. HEX triplet: EE, 6E and 5D. RGB value is (238,110,93). Sum of RGB (Red+Green+Blue) = 238+110+93=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E5D is #1191A2. Grayscale: #929292. Windows color (decimal): -1151395 or 6123246. OLE color: 6123246.

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

Color convert

RGB23811093-
CMYK00.540.610.07
HSL7.03º81.01%64.9%-
HSV(B)7.03º60.92%93.33%-
XYZ42.8130.1213.91-
YUV146.3397.91193.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.97%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=53.97%
G=24.94%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381109300.540.610.077.0381.0164.9
HexEE6E5D0363D775141
Octal3561561350667577121101
Binary1110111011011101011101011011011110111111110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6E5D; }

 p { color: rgb(238,110,93); }

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

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

 a { background-color: rgb(238,110,93); }

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

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

 span { border-color: rgb(238,110,93); }

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