Html Css Color HEX #E0775F Terra Cotta

📋 copy color: '#E0775F'

red 224 ◦ green 119 ◦ blue 95

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

Shades of Terra Cotta #E0775F

Tints of Terra Cotta #E0775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.69%

R = 51.14%
G = 27.17%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0775F (or 0xE0775F) is known color: Terra Cotta. HEX triplet: E0, 77 and 5F. RGB value is (224,119,95). Sum of RGB (Red+Green+Blue) = 224+119+95=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0775F is #1F88A0. Grayscale: #939393. Windows color (decimal): -2066593 or 6256608. OLE color: 6256608.

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

Color convert

RGB 224 119 95 -
CMYK 0 0.47 0.58 0.12
HSL 11.16º 0.68% 0.63% -
HSV(B) 11.16º 0.58% 0.88% -
XYZ 39.4 29.87 14.51 -
YUV 147.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 224 119 95 0 0.47 0.58 0.12 11.16 0.68 0.63
Hex E0 77 5F 0 2F 3A C B 44 3F
Octal 340 167 137 0 57 72 14 13 104 77
Binary 11100000 1110111 1011111 0 101111 111010 1100 1011 1000100 111111

Color Harmonies of #E0775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0775F

Black with #E0775F

Text Example


Text Example

White with #E0775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0775F; }

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

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

background-color css

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

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

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

border-color css

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

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

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