#F0EA9E

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

Shades of Portafino #F0EA9E

Tints of Portafino #F0EA9E

Color information

#F0EA9E (or 0xF0EA9E) is unknown color: approx Portafino. HEX triplet: F0, EA and 9E. RGB value is (240,234,158). Sum of RGB (Red+Green+Blue) = 240+234+158=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 158 (62.11% from 255 or 25% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EA9E is #0F1561. Grayscale: #E3E3E3. Windows color (decimal): -988514 or 10414832. OLE color: 10414832.

HSL color Cylindrical-coordinate representation of color #F0EA9E: hue angle of 55.61º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0EA9E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240234158-
CMYK00.020.340.06
HSL55.61º73.21%78.04%-
HSV(B)55.61º34.17%94.12%-
XYZ71.5379.8443.99-
YUV227.1388.99137.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 158 (62.11% from 255) = 25%
R=37.97%
G=37.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023415800.020.340.0655.6173.2178.04
HexF0EA9E0222638494e
Octal3603522360242670111116
Binary11110000111010101001111001010001011011100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EA9E; }

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

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

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

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

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

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

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

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