#F0EFA4

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

Shades of Portafino #F0EFA4

Tints of Portafino #F0EFA4

Color information

#F0EFA4 (or 0xF0EFA4) is unknown color: approx Portafino. HEX triplet: F0, EF and A4. RGB value is (240,239,164). Sum of RGB (Red+Green+Blue) = 240+239+164=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EFA4 is #0F105B. Grayscale: #E7E7E7. Windows color (decimal): -987228 or 10809328. OLE color: 10809328.

HSL color Cylindrical-coordinate representation of color #F0EFA4: hue angle of 59.21º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0EFA4 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240239164-
CMYK00.000.320.06
HSL59.21º71.7%79.22%-
HSV(B)59.21º31.67%94.12%-
XYZ73.582.9447.26-
YUV230.7590.33134.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 164 (64.45% from 255) = 25.51%
R=37.33%
G=37.17%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023916400.000.320.0659.2171.779.22
HexF0EFA4002063b484f
Octal3603572440040673110117
Binary1111000011101111101001000010000011011101110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFA4; }

 p { color: rgb(240,239,164); }

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

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

 a { background-color: rgb(240,239,164); }

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

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

 span { border-color: rgb(240,239,164); }

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