#EAEC9F

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

Shades of Portafino #EAEC9F

Tints of Portafino #EAEC9F

Color information

#EAEC9F (or 0xEAEC9F) is unknown color: approx Portafino. HEX triplet: EA, EC and 9F. RGB value is (234,236,159). Sum of RGB (Red+Green+Blue) = 234+236+159=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEC9F is #151360. Grayscale: #E2E2E2. Windows color (decimal): -1381217 or 10480874. OLE color: 10480874.

HSL color Cylindrical-coordinate representation of color #EAEC9F: hue angle of 61.56º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAEC9F is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB234236159-
CMYK0.0100.330.07
HSL61.56º66.96%77.45%-
HSV(B)61.56º32.63%92.55%-
XYZ70.1979.9944.54-
YUV226.6289.84133.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 159 (62.5% from 255) = 25.28%
R=37.20%
G=37.52%
B=25.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361590.0100.330.0761.5666.9677.45
HexEAEC9F102173e434d
Octal3523542371041776103115
Binary1110101011101100100111111010000111111111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEC9F; }

 p { color: rgb(234,236,159); }

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

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

 a { background-color: rgb(234,236,159); }

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

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

 span { border-color: rgb(234,236,159); }

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