#EAE89E

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

Shades of Portafino #EAE89E

Tints of Portafino #EAE89E

Color information

#EAE89E (or 0xEAE89E) is unknown color: approx Portafino. HEX triplet: EA, E8 and 9E. RGB value is (234,232,158). Sum of RGB (Red+Green+Blue) = 234+232+158=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE89E is #151761. Grayscale: #E0E0E0. Windows color (decimal): -1382242 or 10414314. OLE color: 10414314.

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

Color convert

RGB234232158-
CMYK00.010.320.08
HSL58.42º64.41%76.86%-
HSV(B)58.42º32.48%91.76%-
XYZ68.9677.6743.71-
YUV224.1690.66135.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 158 (62.11% from 255) = 25.32%
R=37.5%
G=37.18%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423215800.010.320.0858.4264.4176.86
HexEAE89E012083a404d
Octal35235023601401072100115
Binary11101010111010001001111001100000100011101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE89E; }

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

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

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

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

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

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

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

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