#E3BD99

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

Shades of Pancho #E3BD99

Tints of Pancho #E3BD99

Color information

#E3BD99 (or 0xE3BD99) is unknown color: approx Pancho. HEX triplet: E3, BD and 99. RGB value is (227,189,153). Sum of RGB (Red+Green+Blue) = 227+189+153=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BD99 is #1C4266. Grayscale: #C4C4C4. Windows color (decimal): -1852007 or 10075619. OLE color: 10075619.

HSL color Cylindrical-coordinate representation of color #E3BD99: hue angle of 29.19º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3BD99 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB227189153-
CMYK00.170.330.11
HSL29.19º56.92%74.51%-
HSV(B)29.19º32.6%89.02%-
XYZ55.6355.0337.83-
YUV196.26103.59149.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.89%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 153 (60.16% from 255) = 26.89%
R=39.89%
G=33.22%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718915300.170.330.1129.1956.9274.51
HexE3BD9901121B1d394b
Octal34327523102141133571113
Binary1110001110111101100110010100011000011011111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD99; }

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

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

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

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

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

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

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

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