Html Css Color HEX #E07154 Terra Cotta

📋 copy color: '#E07154'

red 224 ◦ green 113 ◦ blue 84

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

Shades of Terra Cotta #E07154

Tints of Terra Cotta #E07154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.84%

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

R = 53.21%
G = 26.84%
B = 19.95%

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

#E07154 (or 0xE07154) is known color: Terra Cotta. HEX triplet: E0, 71 and 54. RGB value is (224,113,84). Sum of RGB (Red+Green+Blue) = 224+113+84=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E07154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07154 is #1F8EAB. Grayscale: #8F8F8F. Windows color (decimal): -2068140 or 5534176. OLE color: 5534176.

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

Color convert

RGB 224 113 84 -
CMYK 0 0.50 0.62 0.12
HSL 12.43º 0.69% 0.6% -
HSV(B) 12.43º 0.63% 0.88% -
XYZ 38.25 28.3 11.83 -
YUV 142.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 224 113 84 0 0.50 0.62 0.12 12.43 0.69 0.6
Hex E0 71 54 0 32 3E C C 45 3C
Octal 340 161 124 0 62 76 14 14 105 74
Binary 11100000 1110001 1010100 0 110010 111110 1100 1100 1000101 111100

Color Harmonies of #E07154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07154

Black with #E07154

Text Example


Text Example

White with #E07154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07154; }

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

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

background-color css

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

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

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

border-color css

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

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

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