Html Css Color HEX #E07059 Terra Cotta

📋 copy color: '#E07059'

red 224 ◦ green 112 ◦ blue 89

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

Shades of Terra Cotta #E07059

Tints of Terra Cotta #E07059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.35%

 BLUE value IS 89 (35.16% from 255) = 20.94%

R = 52.71%
G = 26.35%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E07059 (or 0xE07059) is known color: Terra Cotta. HEX triplet: E0, 70 and 59. RGB value is (224,112,89). Sum of RGB (Red+Green+Blue) = 224+112+89=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E07059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07059 is #1F8FA6. Grayscale: #8F8F8F. Windows color (decimal): -2068391 or 5861600. OLE color: 5861600.

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

Color convert

RGB 224 112 89 -
CMYK 0 0.50 0.60 0.12
HSL 10.22º 0.69% 0.61% -
HSV(B) 10.22º 0.6% 0.88% -
XYZ 38.34 28.16 12.87 -
YUV 142.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 224 112 89 0 0.50 0.60 0.12 10.22 0.69 0.61
Hex E0 70 59 0 32 3C C A 45 3D
Octal 340 160 131 0 62 74 14 12 105 75
Binary 11100000 1110000 1011001 0 110010 111100 1100 1010 1000101 111101

Color Harmonies of #E07059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07059

Black with #E07059

Text Example


Text Example

White with #E07059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07059; }

 p { color: rgb(224,112,89); }

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

background-color css

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

 a { background-color: rgb(224,112,89); }

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

border-color css

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

 span { border-color: rgb(224,112,89); }

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