Html Css Color HEX #E07260 Terra Cotta

📋 copy color: '#E07260'

red 224 ◦ green 114 ◦ blue 96

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

Shades of Terra Cotta #E07260

Tints of Terra Cotta #E07260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.27%

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

R = 51.61%
G = 26.27%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07260 (or 0xE07260) is known color: Terra Cotta. HEX triplet: E0, 72 and 60. RGB value is (224,114,96). Sum of RGB (Red+Green+Blue) = 224+114+96=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E07260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07260 is #1F8D9F. Grayscale: #919191. Windows color (decimal): -2067872 or 6320864. OLE color: 6320864.

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

Color convert

RGB 224 114 96 -
CMYK 0 0.49 0.57 0.12
HSL 8.44º 0.67% 0.63% -
HSV(B) 8.44º 0.57% 0.88% -
XYZ 38.87 28.73 14.56 -
YUV 144.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 224 114 96 0 0.49 0.57 0.12 8.44 0.67 0.63
Hex E0 72 60 0 31 39 C 8 43 3F
Octal 340 162 140 0 61 71 14 10 103 77
Binary 11100000 1110010 1100000 0 110001 111001 1100 1000 1000011 111111

Color Harmonies of #E07260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07260

Black with #E07260

Text Example


Text Example

White with #E07260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07260; }

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

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

background-color css

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

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

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

border-color css

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

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

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