Html Css Color HEX #E0755A Terra Cotta

📋 copy color: '#E0755A'

red 224 ◦ green 117 ◦ blue 90

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

Shades of Terra Cotta #E0755A

Tints of Terra Cotta #E0755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

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

R = 51.97%
G = 27.15%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0755A (or 0xE0755A) is known color: Terra Cotta. HEX triplet: E0, 75 and 5A. RGB value is (224,117,90). Sum of RGB (Red+Green+Blue) = 224+117+90=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0755A is #1F8AA5. Grayscale: #929292. Windows color (decimal): -2067110 or 5928416. OLE color: 5928416.

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

Color convert

RGB 224 117 90 -
CMYK 0 0.48 0.60 0.12
HSL 12.09º 0.68% 0.62% -
HSV(B) 12.09º 0.6% 0.88% -
XYZ 38.95 29.31 13.28 -
YUV 145.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 224 117 90 0 0.48 0.60 0.12 12.09 0.68 0.62
Hex E0 75 5A 0 30 3C C C 44 3E
Octal 340 165 132 0 60 74 14 14 104 76
Binary 11100000 1110101 1011010 0 110000 111100 1100 1100 1000100 111110

Color Harmonies of #E0755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0755A

Black with #E0755A

Text Example


Text Example

White with #E0755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0755A; }

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

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

background-color css

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

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

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

border-color css

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

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

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