#E1C090

Color #E1C090 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #E1C090

Tints of Pancho #E1C090

Color information

#E1C090 (or 0xE1C090) is unknown color: approx Pancho. HEX triplet: E1, C0 and 90. RGB value is (225,192,144). Sum of RGB (Red+Green+Blue) = 225+192+144=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C090 is #1E3F6F. Grayscale: #C4C4C4. Windows color (decimal): -1982320 or 9486561. OLE color: 9486561.

HSL color Cylindrical-coordinate representation of color #E1C090: hue angle of 35.56º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1C090 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225192144-
CMYK00.150.360.12
HSL35.56º57.45%72.35%-
HSV(B)35.56º36%88.24%-
XYZ54.9455.7234.25-
YUV196.498.43148.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.11%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 144 (56.64% from 255) = 25.67%
R=40.11%
G=34.22%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519214400.150.360.1235.5657.4572.35
HexE1C0900F24C243948
Octal34130022001744144471110
Binary1110000111000000100100000111110010011001001001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C090; }

 p { color: rgb(225,192,144); }

 H1.HeaderClassName
 {
   color: #E1C090;
 }
 .AnyTagClassName
 {
   color: #E1C090;
 }
</style>
background-color css

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

 a { background-color: rgb(225,192,144); }

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

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

 span { border-color: rgb(225,192,144); }

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