Html Css Color HEX #E1805A Terra Cotta

📋 copy color: '#E1805A'

red 225 ◦ green 128 ◦ blue 90

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

Shades of Terra Cotta #E1805A

Tints of Terra Cotta #E1805A

RGB

 RED value IS 225 (88.28% from 255) = 50.79%

 GREEN value IS 128 (50.39% from 255) = 28.89%

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

R = 50.79%
G = 28.89%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1805A (or 0xE1805A) is known color: Terra Cotta. HEX triplet: E1, 80 and 5A. RGB value is (225,128,90). Sum of RGB (Red+Green+Blue) = 225+128+90=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1805A is #1E7FA5. Grayscale: #989898. Windows color (decimal): -1998758 or 5931233. OLE color: 5931233.

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

Color convert

RGB 225 128 90 -
CMYK 0 0.43 0.60 0.12
HSL 16.89º 0.69% 0.62% -
HSV(B) 16.89º 0.6% 0.88% -
XYZ 40.62 32.18 13.74 -
YUV 152.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 225 128 90 0 0.43 0.60 0.12 16.89 0.69 0.62
Hex E1 80 5A 0 2B 3C C 11 45 3E
Octal 341 200 132 0 53 74 14 21 105 76
Binary 11100001 10000000 1011010 0 101011 111100 1100 10001 1000101 111110

Color Harmonies of #E1805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1805A

Black with #E1805A

Text Example


Text Example

White with #E1805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1805A; }

 p { color: rgb(225,128,90); }

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

background-color css

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

 a { background-color: rgb(225,128,90); }

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

border-color css

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

 span { border-color: rgb(225,128,90); }

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