#EABB98

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

Shades of Pancho #EABB98

Tints of Pancho #EABB98

Color information

#EABB98 (or 0xEABB98) is unknown color: approx Pancho. HEX triplet: EA, BB and 98. RGB value is (234,187,152). Sum of RGB (Red+Green+Blue) = 234+187+152=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB98 is #154467. Grayscale: #C5C5C5. Windows color (decimal): -1393768 or 10009578. OLE color: 10009578.

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

Color convert

RGB234187152-
CMYK00.200.350.08
HSL25.61º66.13%75.69%-
HSV(B)25.61º35.04%91.76%-
XYZ57.3755.337.36-
YUV197.06102.57154.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=40.84%
G=32.64%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418715200.200.350.0825.6166.1375.69
HexEABB980142381a424c
Octal352273230024431032102114
Binary11101010101110111001100001010010001110001101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABB98; }

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

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

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

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

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

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

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

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