#E6C090

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

Shades of Pancho #E6C090

Tints of Pancho #E6C090

Color information

#E6C090 (or 0xE6C090) is unknown color: approx Pancho. HEX triplet: E6, C0 and 90. RGB value is (230,192,144). Sum of RGB (Red+Green+Blue) = 230+192+144=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C090 is #193F6F. Grayscale: #C6C6C6. Windows color (decimal): -1654640 or 9486566. OLE color: 9486566.

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

Color convert

RGB230192144-
CMYK00.170.370.10
HSL33.49º63.24%73.33%-
HSV(B)33.49º37.39%90.2%-
XYZ56.5256.5434.32-
YUV197.8997.59150.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.64%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 144 (56.64% from 255) = 25.44%
R=40.64%
G=33.92%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019214400.170.370.1033.4963.2473.33
HexE6C09001125A213f49
Octal34630022002145124177111
Binary11100110110000001001000001000110010110101000011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C090; }

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

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

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

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

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

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

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

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