#EABD96

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

Shades of Pancho #EABD96

Tints of Pancho #EABD96

Color information

#EABD96 (or 0xEABD96) is unknown color: approx Pancho. HEX triplet: EA, BD and 96. RGB value is (234,189,150). Sum of RGB (Red+Green+Blue) = 234+189+150=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD96 is #154269. Grayscale: #C6C6C6. Windows color (decimal): -1393258 or 9879018. OLE color: 9879018.

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

Color convert

RGB234189150-
CMYK00.190.360.08
HSL27.86º66.67%75.29%-
HSV(B)27.86º35.9%91.76%-
XYZ57.6356.0936.64-
YUV198.01100.91153.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=40.84%
G=32.98%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418915000.190.360.0827.8666.6775.29
HexEABD960132481c434b
Octal352275226023441034103113
Binary11101010101111011001011001001110010010001110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD96; }

 p { color: rgb(234,189,150); }

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

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

 a { background-color: rgb(234,189,150); }

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

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

 span { border-color: rgb(234,189,150); }

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