#EABD97

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

Shades of Pancho #EABD97

Tints of Pancho #EABD97

Color information

#EABD97 (or 0xEABD97) is unknown color: approx Pancho. HEX triplet: EA, BD and 97. RGB value is (234,189,151). Sum of RGB (Red+Green+Blue) = 234+189+151=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABD97 is #154268. Grayscale: #C6C6C6. Windows color (decimal): -1393257 or 9944554. OLE color: 9944554.

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

Color convert

RGB234189151-
CMYK00.190.350.08
HSL27.47º66.4%75.49%-
HSV(B)27.47º35.47%91.76%-
XYZ57.7256.1237.07-
YUV198.12101.41153.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 151 (59.38% from 255) = 26.31%
R=40.77%
G=32.93%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418915100.190.350.0827.4766.475.49
HexEABD970132381b424b
Octal352275227023431033102113
Binary11101010101111011001011101001110001110001101110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABD97; }

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

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

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

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

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

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

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

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