#EE6A5F

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

Shades of Terra Cotta #EE6A5F

Tints of Terra Cotta #EE6A5F

Color information

#EE6A5F (or 0xEE6A5F) is unknown color: approx Terra Cotta. HEX triplet: EE, 6A and 5F. RGB value is (238,106,95). Sum of RGB (Red+Green+Blue) = 238+106+95=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A5F is #1195A0. Grayscale: #909090. Windows color (decimal): -1152417 or 6253294. OLE color: 6253294.

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

Color convert

RGB23810695-
CMYK00.550.600.07
HSL4.62º80.79%65.29%-
HSV(B)4.62º60.08%93.33%-
XYZ42.4829.3114.25-
YUV144.21100.23194.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.21%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=54.21%
G=24.15%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381069500.550.600.074.6280.7965.29
HexEE6A5F0373C755141
Octal3561521370677475121101
Binary1110111011010101011111011011111110011110110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6A5F; }

 p { color: rgb(238,106,95); }

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

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

 a { background-color: rgb(238,106,95); }

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

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

 span { border-color: rgb(238,106,95); }

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