Html Css Color HEX #E07256 Terra Cotta

📋 copy color: '#E07256'

red 224 ◦ green 114 ◦ blue 86

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

Shades of Terra Cotta #E07256

Tints of Terra Cotta #E07256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.28%

R = 52.83%
G = 26.89%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E07256 (or 0xE07256) is known color: Terra Cotta. HEX triplet: E0, 72 and 56. RGB value is (224,114,86). Sum of RGB (Red+Green+Blue) = 224+114+86=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E07256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07256 is #1F8DA9. Grayscale: #8F8F8F. Windows color (decimal): -2067882 or 5665504. OLE color: 5665504.

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

Color convert

RGB 224 114 86 -
CMYK 0 0.49 0.62 0.12
HSL 12.17º 0.69% 0.61% -
HSV(B) 12.17º 0.62% 0.88% -
XYZ 38.44 28.55 12.29 -
YUV 143.7 95.44 185.28 -
System Red Green Blue C M Y K H S L
Decimal 224 114 86 0 0.49 0.62 0.12 12.17 0.69 0.61
Hex E0 72 56 0 31 3E C C 45 3D
Octal 340 162 126 0 61 76 14 14 105 75
Binary 11100000 1110010 1010110 0 110001 111110 1100 1100 1000101 111101

Color Harmonies of #E07256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07256

Black with #E07256

Text Example


Text Example

White with #E07256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07256; }

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

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

background-color css

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

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

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

border-color css

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

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

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