#E6BB9D

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

Shades of Pancho #E6BB9D

Tints of Pancho #E6BB9D

Color information

#E6BB9D (or 0xE6BB9D) is unknown color: approx Pancho. HEX triplet: E6, BB and 9D. RGB value is (230,187,157). Sum of RGB (Red+Green+Blue) = 230+187+157=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BB9D is #194462. Grayscale: #C4C4C4. Windows color (decimal): -1655907 or 10337254. OLE color: 10337254.

HSL color Cylindrical-coordinate representation of color #E6BB9D: hue angle of 24.66º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6BB9D is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230187157-
CMYK00.190.320.10
HSL24.66º59.35%75.88%-
HSV(B)24.66º31.74%90.2%-
XYZ56.4954.839.5-
YUV196.44105.75151.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.07%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=40.07%
G=32.58%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018715700.190.320.1024.6659.3575.88
HexE6BB9D01320A193b4c
Octal34627323502340123173114
Binary1110011010111011100111010100111000001010110011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BB9D; }

 p { color: rgb(230,187,157); }

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

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

 a { background-color: rgb(230,187,157); }

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

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

 span { border-color: rgb(230,187,157); }

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