#EAC092

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

Shades of Pancho #EAC092

Tints of Pancho #EAC092

Color information

#EAC092 (or 0xEAC092) is unknown color: approx Pancho. HEX triplet: EA, C0 and 92. RGB value is (234,192,146). Sum of RGB (Red+Green+Blue) = 234+192+146=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC092 is #153F6D. Grayscale: #C7C7C7. Windows color (decimal): -1392494 or 9617642. OLE color: 9617642.

HSL color Cylindrical-coordinate representation of color #EAC092: hue angle of 31.36º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAC092 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234192146-
CMYK00.180.380.08
HSL31.36º67.69%74.51%-
HSV(B)31.36º37.61%91.76%-
XYZ57.9757.2735.19-
YUV199.3197.91152.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 146 (57.42% from 255) = 25.52%
R=40.91%
G=33.57%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419214600.180.380.0831.3667.6974.51
HexEAC0920122681f444b
Octal352300222022461037104113
Binary11101010110000001001001001001010011010001111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC092; }

 p { color: rgb(234,192,146); }

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

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

 a { background-color: rgb(234,192,146); }

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

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

 span { border-color: rgb(234,192,146); }

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