#F0EEA1

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

Shades of Portafino #F0EEA1

Tints of Portafino #F0EEA1

Color information

#F0EEA1 (or 0xF0EEA1) is unknown color: approx Portafino. HEX triplet: F0, EE and A1. RGB value is (240,238,161). Sum of RGB (Red+Green+Blue) = 240+238+161=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EEA1 is #0F115E. Grayscale: #E6E6E6. Windows color (decimal): -987487 or 10612464. OLE color: 10612464.

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

Color convert

RGB240238161-
CMYK00.010.330.06
HSL58.48º72.48%78.63%-
HSV(B)58.48º32.92%94.12%-
XYZ72.9482.2545.75-
YUV229.8289.16135.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 161 (63.28% from 255) = 25.20%
R=37.56%
G=37.25%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023816100.010.330.0658.4872.4878.63
HexF0EEA1012163a484f
Octal3603562410141672110117
Binary1111000011101110101000010110000111011101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EEA1; }

 p { color: rgb(240,238,161); }

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

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

 a { background-color: rgb(240,238,161); }

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

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

 span { border-color: rgb(240,238,161); }

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