#E0BD99

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

Shades of Pancho #E0BD99

Tints of Pancho #E0BD99

Color information

#E0BD99 (or 0xE0BD99) is unknown color: approx Pancho. HEX triplet: E0, BD and 99. RGB value is (224,189,153). Sum of RGB (Red+Green+Blue) = 224+189+153=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BD99 is #1F4266. Grayscale: #C3C3C3. Windows color (decimal): -2048615 or 10075616. OLE color: 10075616.

HSL color Cylindrical-coordinate representation of color #E0BD99: hue angle of 30.42º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0BD99 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224189153-
CMYK00.160.320.12
HSL30.42º53.38%73.92%-
HSV(B)30.42º31.7%87.84%-
XYZ54.6954.5437.78-
YUV195.36104.1148.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 189 (74.22% from 255) = 33.39%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=39.58%
G=33.39%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418915300.160.320.1230.4253.3873.92
HexE0BD9901020C1e354a
Octal34027523102040143665112
Binary1110000010111101100110010100001000001100111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BD99; }

 p { color: rgb(224,189,153); }

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

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

 a { background-color: rgb(224,189,153); }

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

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

 span { border-color: rgb(224,189,153); }

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