#E0BD9C

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

Shades of Pancho #E0BD9C

Tints of Pancho #E0BD9C

Color information

#E0BD9C (or 0xE0BD9C) is unknown color: approx Pancho. HEX triplet: E0, BD and 9C. RGB value is (224,189,156). Sum of RGB (Red+Green+Blue) = 224+189+156=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BD9C is #1F4263. Grayscale: #C3C3C3. Windows color (decimal): -2048612 or 10272224. OLE color: 10272224.

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

Color convert

RGB224189156-
CMYK00.160.300.12
HSL29.12º52.31%74.51%-
HSV(B)29.12º30.36%87.84%-
XYZ54.9454.6439.1-
YUV195.7105.6148.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.37%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=39.37%
G=33.22%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418915600.160.300.1229.1252.3174.51
HexE0BD9C0101EC1d344b
Octal34027523402036143564113
Binary111000001011110110011100010000111101100111011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BD9C; }

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

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

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

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

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

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

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

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