Html Css Color HEX #E07756 Terra Cotta

📋 copy color: '#E07756'

red 224 ◦ green 119 ◦ blue 86

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

Shades of Terra Cotta #E07756

Tints of Terra Cotta #E07756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

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

R = 52.21%
G = 27.74%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E07756 (or 0xE07756) is known color: Terra Cotta. HEX triplet: E0, 77 and 56. RGB value is (224,119,86). Sum of RGB (Red+Green+Blue) = 224+119+86=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E07756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07756 is #1F88A9. Grayscale: #929292. Windows color (decimal): -2066602 or 5666784. OLE color: 5666784.

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

Color convert

RGB 224 119 86 -
CMYK 0 0.47 0.62 0.12
HSL 14.35º 0.69% 0.61% -
HSV(B) 14.35º 0.62% 0.88% -
XYZ 39.02 29.71 12.48 -
YUV 146.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 224 119 86 0 0.47 0.62 0.12 14.35 0.69 0.61
Hex E0 77 56 0 2F 3E C E 45 3D
Octal 340 167 126 0 57 76 14 16 105 75
Binary 11100000 1110111 1010110 0 101111 111110 1100 1110 1000101 111101

Color Harmonies of #E07756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07756

Black with #E07756

Text Example


Text Example

White with #E07756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07756; }

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

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

background-color css

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

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

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

border-color css

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

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

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