#E0B99E

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

Shades of Pancho #E0B99E

Tints of Pancho #E0B99E

Color information

#E0B99E (or 0xE0B99E) is unknown color: approx Pancho. HEX triplet: E0, B9 and 9E. RGB value is (224,185,158). Sum of RGB (Red+Green+Blue) = 224+185+158=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B99E is #1F4661. Grayscale: #C1C1C1. Windows color (decimal): -2049634 or 10402272. OLE color: 10402272.

HSL color Cylindrical-coordinate representation of color #E0B99E: hue angle of 24.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0B99E is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB224185158-
CMYK00.170.290.12
HSL24.55º51.56%74.9%-
HSV(B)24.55º29.46%87.84%-
XYZ54.2653.0139.72-
YUV193.58107.92149.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 158 (62.11% from 255) = 27.87%
R=39.51%
G=32.63%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418515800.170.290.1224.5551.5674.9
HexE0B99E0111DC19344b
Octal34027123602135143164113
Binary111000001011100110011110010001111011100110011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B99E; }

 p { color: rgb(224,185,158); }

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

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

 a { background-color: rgb(224,185,158); }

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

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

 span { border-color: rgb(224,185,158); }

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