#EAE89A

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

Shades of Portafino #EAE89A

Tints of Portafino #EAE89A

Color information

#EAE89A (or 0xEAE89A) is unknown color: approx Portafino. HEX triplet: EA, E8 and 9A. RGB value is (234,232,154). Sum of RGB (Red+Green+Blue) = 234+232+154=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 154 (60.55% from 255 or 24.84% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE89A is #151765. Grayscale: #E0E0E0. Windows color (decimal): -1382246 or 10152170. OLE color: 10152170.

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

Color convert

RGB234232154-
CMYK00.010.340.08
HSL58.5º65.57%76.08%-
HSV(B)58.5º34.19%91.76%-
XYZ68.6277.5441.92-
YUV223.7188.66135.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 154 (60.55% from 255) = 24.84%
R=37.74%
G=37.42%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423215400.010.340.0858.565.5776.08
HexEAE89A012283a424c
Octal35235023201421072102114
Binary11101010111010001001101001100010100011101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE89A; }

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

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

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

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

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

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

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

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