#F0EE9E

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

Shades of Portafino #F0EE9E

Tints of Portafino #F0EE9E

Color information

#F0EE9E (or 0xF0EE9E) is unknown color: approx Portafino. HEX triplet: F0, EE and 9E. RGB value is (240,238,158). Sum of RGB (Red+Green+Blue) = 240+238+158=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EE9E is #0F1161. Grayscale: #E5E5E5. Windows color (decimal): -987490 or 10415856. OLE color: 10415856.

HSL color Cylindrical-coordinate representation of color #F0EE9E: hue angle of 58.54º 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 #F0EE9E is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240238158-
CMYK00.010.340.06
HSL58.54º73.21%78.04%-
HSV(B)58.54º34.17%94.12%-
XYZ72.6882.1444.37-
YUV229.4887.66135.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 158 (62.11% from 255) = 24.84%
R=37.74%
G=37.42%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023815800.010.340.0658.5473.2178.04
HexF0EE9E012263b494e
Octal3603562360142673111116
Binary1111000011101110100111100110001011011101110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EE9E; }

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

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

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

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

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

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

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

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