Html Css Color HEX #E07E5C Terra Cotta

📋 copy color: '#E07E5C'

red 224 ◦ green 126 ◦ blue 92

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

Shades of Terra Cotta #E07E5C

Tints of Terra Cotta #E07E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 50.68%
G = 28.51%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E07E5C (or 0xE07E5C) is known color: Terra Cotta. HEX triplet: E0, 7E and 5C. RGB value is (224,126,92). Sum of RGB (Red+Green+Blue) = 224+126+92=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E5C is #1F81A3. Grayscale: #979797. Windows color (decimal): -2064804 or 6061792. OLE color: 6061792.

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

Color convert

RGB 224 126 92 -
CMYK 0 0.44 0.59 0.12
HSL 15.45º 0.68% 0.62% -
HSV(B) 15.45º 0.59% 0.88% -
XYZ 40.13 31.54 14.1 -
YUV 151.43 94.47 179.76 -
System Red Green Blue C M Y K H S L
Decimal 224 126 92 0 0.44 0.59 0.12 15.45 0.68 0.62
Hex E0 7E 5C 0 2C 3B C F 44 3E
Octal 340 176 134 0 54 73 14 17 104 76
Binary 11100000 1111110 1011100 0 101100 111011 1100 1111 1000100 111110

Color Harmonies of #E07E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E5C

Black with #E07E5C

Text Example


Text Example

White with #E07E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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