Html Css Color HEX #E07D60 Terra Cotta

📋 copy color: '#E07D60'

red 224 ◦ green 125 ◦ blue 96

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

Shades of Terra Cotta #E07D60

Tints of Terra Cotta #E07D60

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

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

R = 50.34%
G = 28.09%
B = 21.57%

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

#E07D60 (or 0xE07D60) is known color: Terra Cotta. HEX triplet: E0, 7D and 60. RGB value is (224,125,96). Sum of RGB (Red+Green+Blue) = 224+125+96=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D60 is #1F829F. Grayscale: #979797. Windows color (decimal): -2065056 or 6323680. OLE color: 6323680.

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

Color convert

RGB 224 125 96 -
CMYK 0 0.44 0.57 0.12
HSL 13.59º 0.67% 0.63% -
HSV(B) 13.59º 0.57% 0.88% -
XYZ 40.19 31.36 15 -
YUV 151.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 224 125 96 0 0.44 0.57 0.12 13.59 0.67 0.63
Hex E0 7D 60 0 2C 39 C E 43 3F
Octal 340 175 140 0 54 71 14 16 103 77
Binary 11100000 1111101 1100000 0 101100 111001 1100 1110 1000011 111111

Color Harmonies of #E07D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D60

Black with #E07D60

Text Example


Text Example

White with #E07D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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