Html Css Color HEX #EE6E60 Terra Cotta

📋 copy color: '#EE6E60'

red 238 ◦ green 110 ◦ blue 96

#EE6E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #EE6E60

Tints of Terra Cotta #EE6E60

RGB

 RED value IS 238 (93.36% from 255) = 53.6%

 GREEN value IS 110 (43.36% from 255) = 24.77%

 BLUE value IS 96 (37.89% from 255) = 21.62%

R = 53.6%
G = 24.77%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE6E60 (or 0xEE6E60) is known color: Terra Cotta. HEX triplet: EE, 6E and 60. RGB value is (238,110,96). Sum of RGB (Red+Green+Blue) = 238+110+96=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E60 is #11919F. Grayscale: #929292. Windows color (decimal): -1151392 or 6319854. OLE color: 6319854.

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

Color convert

RGB 238 110 96 -
CMYK 0 0.54 0.60 0.07
HSL 5.92º 0.81% 0.65% -
HSV(B) 5.92º 0.6% 0.93% -
XYZ 42.95 30.17 14.63 -
YUV 146.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 238 110 96 0 0.54 0.60 0.07 5.92 0.81 0.65
Hex EE 6E 60 0 36 3C 7 6 51 41
Octal 356 156 140 0 66 74 7 6 121 101
Binary 11101110 1101110 1100000 0 110110 111100 111 110 1010001 1000001

Color Harmonies of #EE6E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6E60

Black with #EE6E60

Text Example


Text Example

White with #EE6E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6E60; }

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

 H1.HeaderClassName
 {
   color: #EE6E60;
 }
 .AnyTagClassName
 {
   color: #EE6E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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