Html Css Color HEX #E07054 Terra Cotta

📋 copy color: '#E07054'

red 224 ◦ green 112 ◦ blue 84

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

Shades of Terra Cotta #E07054

Tints of Terra Cotta #E07054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20%

R = 53.33%
G = 26.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E07054 (or 0xE07054) is known color: Terra Cotta. HEX triplet: E0, 70 and 54. RGB value is (224,112,84). Sum of RGB (Red+Green+Blue) = 224+112+84=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E07054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07054 is #1F8FAB. Grayscale: #8E8E8E. Windows color (decimal): -2068396 or 5533920. OLE color: 5533920.

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

Color convert

RGB 224 112 84 -
CMYK 0 0.50 0.62 0.12
HSL 12º 0.69% 0.6% -
HSV(B) 12º 0.63% 0.88% -
XYZ 38.13 28.08 11.8 -
YUV 142.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 224 112 84 0 0.50 0.62 0.12 12 0.69 0.6
Hex E0 70 54 0 32 3E C C 45 3C
Octal 340 160 124 0 62 76 14 14 105 74
Binary 11100000 1110000 1010100 0 110010 111110 1100 1100 1000101 111100

Color Harmonies of #E07054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07054

Black with #E07054

Text Example


Text Example

White with #E07054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07054; }

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

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

background-color css

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

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

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

border-color css

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

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

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