Html Css Color HEX #E0775A Terra Cotta

📋 copy color: '#E0775A'

red 224 ◦ green 119 ◦ blue 90

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

Shades of Terra Cotta #E0775A

Tints of Terra Cotta #E0775A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 51.73%
G = 27.48%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0775A (or 0xE0775A) is known color: Terra Cotta. HEX triplet: E0, 77 and 5A. RGB value is (224,119,90). Sum of RGB (Red+Green+Blue) = 224+119+90=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0775A is #1F88A5. Grayscale: #939393. Windows color (decimal): -2066598 or 5928928. OLE color: 5928928.

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

Color convert

RGB 224 119 90 -
CMYK 0 0.47 0.60 0.12
HSL 12.99º 0.68% 0.62% -
HSV(B) 12.99º 0.6% 0.88% -
XYZ 39.18 29.78 13.36 -
YUV 147.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 224 119 90 0 0.47 0.60 0.12 12.99 0.68 0.62
Hex E0 77 5A 0 2F 3C C D 44 3E
Octal 340 167 132 0 57 74 14 15 104 76
Binary 11100000 1110111 1011010 0 101111 111100 1100 1101 1000100 111110

Color Harmonies of #E0775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0775A

Black with #E0775A

Text Example


Text Example

White with #E0775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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