#E6C08E

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

Shades of Pancho #E6C08E

Tints of Pancho #E6C08E

Color information

#E6C08E (or 0xE6C08E) is unknown color: approx Pancho. HEX triplet: E6, C0 and 8E. RGB value is (230,192,142). Sum of RGB (Red+Green+Blue) = 230+192+142=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C08E is #193F71. Grayscale: #C5C5C5. Windows color (decimal): -1654642 or 9355494. OLE color: 9355494.

HSL color Cylindrical-coordinate representation of color #E6C08E: hue angle of 34.09º 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 #E6C08E is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230192142-
CMYK00.170.380.10
HSL34.09º63.77%72.94%-
HSV(B)34.09º38.26%90.2%-
XYZ56.3756.4833.52-
YUV197.6696.59151.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 142 (55.86% from 255) = 25.18%
R=40.78%
G=34.04%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019214200.170.380.1034.0963.7772.94
HexE6C08E01126A224049
Octal346300216021461242100111
Binary111001101100000010001110010001100110101010001010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C08E; }

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

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

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

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

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

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

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

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