Html Css Color HEX #E07E60 Terra Cotta

📋 copy color: '#E07E60'

red 224 ◦ green 126 ◦ blue 96

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

Shades of Terra Cotta #E07E60

Tints of Terra Cotta #E07E60

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.25%

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 50.22%
G = 28.25%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07E60 (or 0xE07E60) is known color: Terra Cotta. HEX triplet: E0, 7E and 60. RGB value is (224,126,96). Sum of RGB (Red+Green+Blue) = 224+126+96=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E60 is #1F819F. Grayscale: #989898. Windows color (decimal): -2064800 or 6323936. OLE color: 6323936.

HSL color Cylindrical-coordinate representation of color #E07E60: hue angle of 14.06º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E07E60 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 96 -
CMYK 0 0.44 0.57 0.12
HSL 14.06º 0.67% 0.63% -
HSV(B) 14.06º 0.57% 0.88% -
XYZ 40.31 31.61 15.04 -
YUV 151.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 224 126 96 0 0.44 0.57 0.12 14.06 0.67 0.63
Hex E0 7E 60 0 2C 39 C E 43 3F
Octal 340 176 140 0 54 71 14 16 103 77
Binary 11100000 1111110 1100000 0 101100 111001 1100 1110 1000011 111111

Color Harmonies of #E07E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E60

Black with #E07E60

Text Example


Text Example

White with #E07E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E60; }

 p { color: rgb(224,126,96); }

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

background-color css

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

 a { background-color: rgb(224,126,96); }

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

border-color css

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

 span { border-color: rgb(224,126,96); }

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