Html Css Color HEX #E06A5E Terra Cotta

📋 copy color: '#E06A5E'

red 224 ◦ green 106 ◦ blue 94

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

Shades of Terra Cotta #E06A5E

Tints of Terra Cotta #E06A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 52.83%
G = 25%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E06A5E (or 0xE06A5E) is known color: Terra Cotta. HEX triplet: E0, 6A and 5E. RGB value is (224,106,94). Sum of RGB (Red+Green+Blue) = 224+106+94=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A5E is #1F95A1. Grayscale: #8C8C8C. Windows color (decimal): -2069922 or 6187744. OLE color: 6187744.

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

Color convert

RGB 224 106 94 -
CMYK 0 0.53 0.58 0.12
HSL 5.54º 0.68% 0.62% -
HSV(B) 5.54º 0.58% 0.88% -
XYZ 37.91 26.96 13.8 -
YUV 139.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 224 106 94 0 0.53 0.58 0.12 5.54 0.68 0.62
Hex E0 6A 5E 0 35 3A C 6 44 3E
Octal 340 152 136 0 65 72 14 6 104 76
Binary 11100000 1101010 1011110 0 110101 111010 1100 110 1000100 111110

Color Harmonies of #E06A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06A5E

Black with #E06A5E

Text Example


Text Example

White with #E06A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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