#E8BD99

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

Shades of Pancho #E8BD99

Tints of Pancho #E8BD99

Color information

#E8BD99 (or 0xE8BD99) is unknown color: approx Pancho. HEX triplet: E8, BD and 99. RGB value is (232,189,153). Sum of RGB (Red+Green+Blue) = 232+189+153=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BD99 is #174266. Grayscale: #C5C5C5. Windows color (decimal): -1524327 or 10075624. OLE color: 10075624.

HSL color Cylindrical-coordinate representation of color #E8BD99: hue angle of 27.34º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E8BD99 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232189153-
CMYK00.190.340.09
HSL27.34º63.2%75.49%-
HSV(B)27.34º34.05%90.98%-
XYZ57.2355.8537.9-
YUV197.75102.75152.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.42%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 153 (60.16% from 255) = 26.66%
R=40.42%
G=32.93%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218915300.190.340.0927.3463.275.49
HexE8BD990132291b3f4b
Octal35027523102342113377113
Binary1110100010111101100110010100111000101001110111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD99; }

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

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

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

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

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

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

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

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