#e6c392

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

Shades of Pancho #E6C392

Tints of Pancho #E6C392

Color information

#E6C392 (or 0xE6C392) is unknown color: approx Pancho. HEX triplet: E6, C3 and 92. RGB value is (230,195,146). Sum of RGB (Red+Green+Blue) = 230+195+146=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C392 is #193C6D. Grayscale: #C8C8C8. Windows color (decimal): -1653870 or 9618406. OLE color: 9618406.

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

Color convert

RGB230195146-
CMYK00.150.370.10
HSL35º62.69%73.73%-
HSV(B)35º36.52%90.2%-
XYZ57.3457.9335.35-
YUV199.8897.6149.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 146 (57.42% from 255) = 25.57%
R=40.28%
G=34.15%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019514600.150.370.103562.6973.73
HexE6C3920F25A233f4a
Octal34630322201745124377112
Binary1110011011000011100100100111110010110101000111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6c392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6c392; }

 p { color: rgb(230,195,146); }

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

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

 a { background-color: rgb(230,195,146); }

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

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

 span { border-color: rgb(230,195,146); }

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