#E6B58E

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

Shades of Pancho #E6B58E

Tints of Pancho #E6B58E

Color information

#E6B58E (or 0xE6B58E) is unknown color: approx Pancho. HEX triplet: E6, B5 and 8E. RGB value is (230,181,142). Sum of RGB (Red+Green+Blue) = 230+181+142=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B58E is #194A71. Grayscale: #BFBFBF. Windows color (decimal): -1657458 or 9352678. OLE color: 9352678.

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

Color convert

RGB230181142-
CMYK00.210.380.10
HSL26.59º63.77%72.94%-
HSV(B)26.59º38.26%90.2%-
XYZ54.0451.8232.75-
YUV191.2100.23155.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 142 (55.86% from 255) = 25.68%
R=41.59%
G=32.73%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018114200.210.380.1026.5963.7772.94
HexE6B58E01526A1b4049
Octal346265216025461233100111
Binary11100110101101011000111001010110011010101101110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B58E; }

 p { color: rgb(230,181,142); }

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

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

 a { background-color: rgb(230,181,142); }

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

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

 span { border-color: rgb(230,181,142); }

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