Html Css Color HEX #E06A5C Terra Cotta

📋 copy color: '#E06A5C'

red 224 ◦ green 106 ◦ blue 92

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

Shades of Terra Cotta #E06A5C

Tints of Terra Cotta #E06A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.12%

 BLUE value IS 92 (36.33% from 255) = 21.8%

R = 53.08%
G = 25.12%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E06A5C (or 0xE06A5C) is known color: Terra Cotta. HEX triplet: E0, 6A and 5C. RGB value is (224,106,92). Sum of RGB (Red+Green+Blue) = 224+106+92=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A5C is #1F95A3. Grayscale: #8B8B8B. Windows color (decimal): -2069924 or 6056672. OLE color: 6056672.

HSL color Cylindrical-coordinate representation of color #E06A5C: hue angle of 6.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E06A5C is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 106 92 -
CMYK 0 0.53 0.59 0.12
HSL 6.36º 0.68% 0.62% -
HSV(B) 6.36º 0.59% 0.88% -
XYZ 37.83 26.93 13.33 -
YUV 139.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 224 106 92 0 0.53 0.59 0.12 6.36 0.68 0.62
Hex E0 6A 5C 0 35 3B C 6 44 3E
Octal 340 152 134 0 65 73 14 6 104 76
Binary 11100000 1101010 1011100 0 110101 111011 1100 110 1000100 111110

Color Harmonies of #E06A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A5C

Black with #E06A5C

Text Example


Text Example

White with #E06A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A5C; }

 p { color: rgb(224,106,92); }

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

background-color css

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

 a { background-color: rgb(224,106,92); }

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

border-color css

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

 span { border-color: rgb(224,106,92); }

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