Html Css Color HEX #EE6D60 Terra Cotta

📋 copy color: '#EE6D60'

red 238 ◦ green 109 ◦ blue 96

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

Shades of Terra Cotta #EE6D60

Tints of Terra Cotta #EE6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.6%

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

R = 53.72%
G = 24.6%
B = 21.67%

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

#EE6D60 (or 0xEE6D60) is known color: Terra Cotta. HEX triplet: EE, 6D and 60. RGB value is (238,109,96). Sum of RGB (Red+Green+Blue) = 238+109+96=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D60 is #11929F. Grayscale: #929292. Windows color (decimal): -1151648 or 6319598. OLE color: 6319598.

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

Color convert

RGB 238 109 96 -
CMYK 0 0.54 0.60 0.07
HSL 5.49º 0.81% 0.65% -
HSV(B) 5.49º 0.6% 0.93% -
XYZ 42.84 29.96 14.59 -
YUV 146.09 99.74 193.56 -
System Red Green Blue C M Y K H S L
Decimal 238 109 96 0 0.54 0.60 0.07 5.49 0.81 0.65
Hex EE 6D 60 0 36 3C 7 5 51 41
Octal 356 155 140 0 66 74 7 5 121 101
Binary 11101110 1101101 1100000 0 110110 111100 111 101 1010001 1000001

Color Harmonies of #EE6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6D60

Black with #EE6D60

Text Example


Text Example

White with #EE6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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