Html Css Color HEX #E07E5D Terra Cotta

📋 copy color: '#E07E5D'

red 224 ◦ green 126 ◦ blue 93

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

Shades of Terra Cotta #E07E5D

Tints of Terra Cotta #E07E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 50.56%
G = 28.44%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E07E5D (or 0xE07E5D) is known color: Terra Cotta. HEX triplet: E0, 7E and 5D. RGB value is (224,126,93). Sum of RGB (Red+Green+Blue) = 224+126+93=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E5D is #1F81A2. Grayscale: #979797. Windows color (decimal): -2064803 or 6127328. OLE color: 6127328.

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

Color convert

RGB 224 126 93 -
CMYK 0 0.44 0.58 0.12
HSL 15.11º 0.68% 0.62% -
HSV(B) 15.11º 0.58% 0.88% -
XYZ 40.18 31.56 14.33 -
YUV 151.54 94.97 179.68 -
System Red Green Blue C M Y K H S L
Decimal 224 126 93 0 0.44 0.58 0.12 15.11 0.68 0.62
Hex E0 7E 5D 0 2C 3A C F 44 3E
Octal 340 176 135 0 54 72 14 17 104 76
Binary 11100000 1111110 1011101 0 101100 111010 1100 1111 1000100 111110

Color Harmonies of #E07E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E5D

Black with #E07E5D

Text Example


Text Example

White with #E07E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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