#EAE899

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

Shades of Portafino #EAE899

Tints of Portafino #EAE899

Color information

#EAE899 (or 0xEAE899) is unknown color: approx Portafino. HEX triplet: EA, E8 and 99. RGB value is (234,232,153). Sum of RGB (Red+Green+Blue) = 234+232+153=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 153 (60.16% from 255 or 24.72% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE899 is #151766. Grayscale: #DFDFDF. Windows color (decimal): -1382247 or 10086634. OLE color: 10086634.

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

Color convert

RGB234232153-
CMYK00.010.350.08
HSL58.52º65.85%75.88%-
HSV(B)58.52º34.62%91.76%-
XYZ68.5477.5141.48-
YUV223.5988.16135.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 153 (60.16% from 255) = 24.72%
R=37.80%
G=37.48%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423215300.010.350.0858.5265.8575.88
HexEAE899012383b424c
Octal35235023101431073102114
Binary11101010111010001001100101100011100011101110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE899; }

 p { color: rgb(234,232,153); }

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

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

 a { background-color: rgb(234,232,153); }

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

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

 span { border-color: rgb(234,232,153); }

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