Html Css Color HEX #E06E52 Terra Cotta

📋 copy color: '#E06E52'

red 224 ◦ green 110 ◦ blue 82

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

Shades of Terra Cotta #E06E52

Tints of Terra Cotta #E06E52

RGB

 RED value IS 224 (87.89% from 255) = 53.85%

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

 BLUE value IS 82 (32.42% from 255) = 19.71%

R = 53.85%
G = 26.44%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E06E52 (or 0xE06E52) is known color: Terra Cotta. HEX triplet: E0, 6E and 52. RGB value is (224,110,82). Sum of RGB (Red+Green+Blue) = 224+110+82=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E52 is #1F91AD. Grayscale: #8D8D8D. Windows color (decimal): -2068910 or 5402336. OLE color: 5402336.

HSL color Cylindrical-coordinate representation of color #E06E52: hue angle of 11.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E06E52 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 110 82 -
CMYK 0 0.51 0.63 0.12
HSL 11.83º 0.7% 0.6% -
HSV(B) 11.83º 0.63% 0.88% -
XYZ 37.84 27.61 11.32 -
YUV 140.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 224 110 82 0 0.51 0.63 0.12 11.83 0.7 0.6
Hex E0 6E 52 0 33 3F C C 46 3C
Octal 340 156 122 0 63 77 14 14 106 74
Binary 11100000 1101110 1010010 0 110011 111111 1100 1100 1000110 111100

Color Harmonies of #E06E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E52

Black with #E06E52

Text Example


Text Example

White with #E06E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E52; }

 p { color: rgb(224,110,82); }

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

background-color css

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

 a { background-color: rgb(224,110,82); }

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

border-color css

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

 span { border-color: rgb(224,110,82); }

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