Html Css Color HEX #EE7564 Terra Cotta

📋 copy color: '#EE7564'

red 238 ◦ green 117 ◦ blue 100

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

Shades of Terra Cotta #EE7564

Tints of Terra Cotta #EE7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 52.31%
G = 25.71%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE7564 (or 0xEE7564) is known color: Terra Cotta. HEX triplet: EE, 75 and 64. RGB value is (238,117,100). Sum of RGB (Red+Green+Blue) = 238+117+100=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7564 is #118A9B. Grayscale: #979797. Windows color (decimal): -1149596 or 6583790. OLE color: 6583790.

HSL color Cylindrical-coordinate representation of color #EE7564: hue angle of 7.39º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE7564 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 117 100 -
CMYK 0 0.51 0.58 0.07
HSL 7.39º 0.8% 0.66% -
HSV(B) 7.39º 0.58% 0.93% -
XYZ 43.92 31.82 15.88 -
YUV 151.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 238 117 100 0 0.51 0.58 0.07 7.39 0.8 0.66
Hex EE 75 64 0 33 3A 7 7 50 42
Octal 356 165 144 0 63 72 7 7 120 102
Binary 11101110 1110101 1100100 0 110011 111010 111 111 1010000 1000010

Color Harmonies of #EE7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7564

Black with #EE7564

Text Example


Text Example

White with #EE7564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7564; }

 p { color: rgb(238,117,100); }

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

background-color css

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

 a { background-color: rgb(238,117,100); }

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

border-color css

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

 span { border-color: rgb(238,117,100); }

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