#E2C099

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

Shades of Pancho #E2C099

Tints of Pancho #E2C099

Color information

#E2C099 (or 0xE2C099) is unknown color: approx Pancho. HEX triplet: E2, C0 and 99. RGB value is (226,192,153). Sum of RGB (Red+Green+Blue) = 226+192+153=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C099 is #1D3F66. Grayscale: #C5C5C5. Windows color (decimal): -1916775 or 10076386. OLE color: 10076386.

HSL color Cylindrical-coordinate representation of color #E2C099: hue angle of 32.05º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2C099 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226192153-
CMYK00.150.320.11
HSL32.05º55.73%74.31%-
HSV(B)32.05º32.3%88.63%-
XYZ55.9656.1738.03-
YUV197.72102.76148.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=39.58%
G=33.63%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619215300.150.320.1132.0555.7374.31
HexE2C0990F20B20384a
Octal34230023101740134070112
Binary1110001011000000100110010111110000010111000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C099; }

 p { color: rgb(226,192,153); }

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

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

 a { background-color: rgb(226,192,153); }

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

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

 span { border-color: rgb(226,192,153); }

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