Html Css Color HEX #E06C5A Terra Cotta

📋 copy color: '#E06C5A'

red 224 ◦ green 108 ◦ blue 90

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

Shades of Terra Cotta #E06C5A

Tints of Terra Cotta #E06C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 53.08%
G = 25.59%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E06C5A (or 0xE06C5A) is known color: Terra Cotta. HEX triplet: E0, 6C and 5A. RGB value is (224,108,90). Sum of RGB (Red+Green+Blue) = 224+108+90=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C5A is #1F93A5. Grayscale: #8C8C8C. Windows color (decimal): -2069414 or 5926112. OLE color: 5926112.

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

Color convert

RGB 224 108 90 -
CMYK 0 0.52 0.60 0.12
HSL 8.06º 0.68% 0.62% -
HSV(B) 8.06º 0.6% 0.88% -
XYZ 37.95 27.31 12.94 -
YUV 140.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 224 108 90 0 0.52 0.60 0.12 8.06 0.68 0.62
Hex E0 6C 5A 0 34 3C C 8 44 3E
Octal 340 154 132 0 64 74 14 10 104 76
Binary 11100000 1101100 1011010 0 110100 111100 1100 1000 1000100 111110

Color Harmonies of #E06C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C5A

Black with #E06C5A

Text Example


Text Example

White with #E06C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C5A; }

 p { color: rgb(224,108,90); }

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

background-color css

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

 a { background-color: rgb(224,108,90); }

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

border-color css

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

 span { border-color: rgb(224,108,90); }

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