#EAED9F

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

Shades of Portafino #EAED9F

Tints of Portafino #EAED9F

Color information

#EAED9F (or 0xEAED9F) is unknown color: approx Portafino. HEX triplet: EA, ED and 9F. RGB value is (234,237,159). Sum of RGB (Red+Green+Blue) = 234+237+159=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED9F is #151260. Grayscale: #E3E3E3. Windows color (decimal): -1380961 or 10481130. OLE color: 10481130.

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

Color convert

RGB234237159-
CMYK0.0100.330.07
HSL62.31º68.42%77.65%-
HSV(B)62.31º32.91%92.94%-
XYZ70.4780.5644.64-
YUV227.2189.51132.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 159 (62.5% from 255) = 25.24%
R=37.14%
G=37.62%
B=25.24%

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
Decimal2342371590.0100.330.0762.3168.4277.65
HexEAED9F102173e444e
Octal3523552371041776104116
Binary1110101011101101100111111010000111111111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED9F; }

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

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

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

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

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

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

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

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