Html Css Color HEX #E06A5A Terra Cotta

📋 copy color: '#E06A5A'

red 224 ◦ green 106 ◦ blue 90

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

Shades of Terra Cotta #E06A5A

Tints of Terra Cotta #E06A5A

RGB

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

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

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

R = 53.33%
G = 25.24%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E06A5A (or 0xE06A5A) is known color: Terra Cotta. HEX triplet: E0, 6A and 5A. RGB value is (224,106,90). Sum of RGB (Red+Green+Blue) = 224+106+90=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A5A is #1F95A5. Grayscale: #8B8B8B. Windows color (decimal): -2069926 or 5925600. OLE color: 5925600.

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

Color convert

RGB 224 106 90 -
CMYK 0 0.53 0.60 0.12
HSL 7.16º 0.68% 0.62% -
HSV(B) 7.16º 0.6% 0.88% -
XYZ 37.74 26.89 12.87 -
YUV 139.46 100.09 188.3 -
System Red Green Blue C M Y K H S L
Decimal 224 106 90 0 0.53 0.60 0.12 7.16 0.68 0.62
Hex E0 6A 5A 0 35 3C C 7 44 3E
Octal 340 152 132 0 65 74 14 7 104 76
Binary 11100000 1101010 1011010 0 110101 111100 1100 111 1000100 111110

Color Harmonies of #E06A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A5A

Black with #E06A5A

Text Example


Text Example

White with #E06A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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