#EABB92

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

Shades of Pancho #EABB92

Tints of Pancho #EABB92

Color information

#EABB92 (or 0xEABB92) is unknown color: approx Pancho. HEX triplet: EA, BB and 92. RGB value is (234,187,146). Sum of RGB (Red+Green+Blue) = 234+187+146=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB92 is #15446D. Grayscale: #C4C4C4. Windows color (decimal): -1393774 or 9616362. OLE color: 9616362.

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

Color convert

RGB234187146-
CMYK00.200.380.08
HSL27.95º67.69%74.51%-
HSV(B)27.95º37.61%91.76%-
XYZ56.8955.1134.83-
YUV196.3899.57154.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=41.27%
G=32.98%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418714600.200.380.0827.9567.6974.51
HexEABB920142681c444b
Octal352273222024461034104113
Binary11101010101110111001001001010010011010001110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB92; }

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

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

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

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

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

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

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

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