#EE6D5B

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

Shades of Terra Cotta #EE6D5B

Tints of Terra Cotta #EE6D5B

Color information

#EE6D5B (or 0xEE6D5B) is unknown color: approx Terra Cotta. HEX triplet: EE, 6D and 5B. RGB value is (238,109,91). Sum of RGB (Red+Green+Blue) = 238+109+91=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D5B is #1192A4. Grayscale: #919191. Windows color (decimal): -1151653 or 5991918. OLE color: 5991918.

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

Color convert

RGB23810991-
CMYK00.540.620.07
HSL7.35º81.22%64.51%-
HSV(B)7.35º61.76%93.33%-
XYZ42.6229.8713.42-
YUV145.5297.24193.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.34%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=54.34%
G=24.89%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381099100.540.620.077.3581.2264.51
HexEE6D5B0363E775141
Octal3561551330667677121101
Binary1110111011011011011011011011011111011111110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6D5B; }

 p { color: rgb(238,109,91); }

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

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

 a { background-color: rgb(238,109,91); }

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

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

 span { border-color: rgb(238,109,91); }

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