#EE6F5C

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

Shades of Terra Cotta #EE6F5C

Tints of Terra Cotta #EE6F5C

Color information

#EE6F5C (or 0xEE6F5C) is unknown color: approx Terra Cotta. HEX triplet: EE, 6F and 5C. RGB value is (238,111,92). Sum of RGB (Red+Green+Blue) = 238+111+92=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F5C is #1190A3. Grayscale: #939393. Windows color (decimal): -1151140 or 6057966. OLE color: 6057966.

HSL color Cylindrical-coordinate representation of color #EE6F5C: hue angle of 7.81º 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 #EE6F5C is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23811192-
CMYK00.530.610.07
HSL7.81º81.11%64.71%-
HSV(B)7.81º61.34%93.33%-
XYZ42.8830.3213.72-
YUV146.8197.08193.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.97%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=53.97%
G=25.17%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381119200.530.610.077.8181.1164.71
HexEE6F5C0353D785141
Octal35615713406575710121101
Binary11101110110111110111000110101111101111100010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6F5C; }

 p { color: rgb(238,111,92); }

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

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

 a { background-color: rgb(238,111,92); }

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

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

 span { border-color: rgb(238,111,92); }

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