#E6BD8D

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

Shades of Pancho #E6BD8D

Tints of Pancho #E6BD8D

Color information

#E6BD8D (or 0xE6BD8D) is unknown color: approx Pancho. HEX triplet: E6, BD and 8D. RGB value is (230,189,141). Sum of RGB (Red+Green+Blue) = 230+189+141=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BD8D is #194272. Grayscale: #C4C4C4. Windows color (decimal): -1655411 or 9289190. OLE color: 9289190.

HSL color Cylindrical-coordinate representation of color #E6BD8D: hue angle of 32.36º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6BD8D is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230189141-
CMYK00.180.390.10
HSL32.36º64.03%72.75%-
HSV(B)32.36º38.7%90.2%-
XYZ55.6455.1432.91-
YUV195.7997.08152.4-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=41.07%
G=33.75%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018914100.180.390.1032.3664.0372.75
HexE6BD8D01227A204049
Octal346275215022471240100111
Binary111001101011110110001101010010100111101010000010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BD8D; }

 p { color: rgb(230,189,141); }

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

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

 a { background-color: rgb(230,189,141); }

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

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

 span { border-color: rgb(230,189,141); }

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