#F0EE9B

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

Shades of Portafino #F0EE9B

Tints of Portafino #F0EE9B

Color information

#F0EE9B (or 0xF0EE9B) is unknown color: approx Portafino. HEX triplet: F0, EE and 9B. RGB value is (240,238,155). Sum of RGB (Red+Green+Blue) = 240+238+155=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 155 (60.94% from 255 or 24.49% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EE9B is #0F1164. Grayscale: #E5E5E5. Windows color (decimal): -987493 or 10219248. OLE color: 10219248.

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

Color convert

RGB240238155-
CMYK00.010.350.06
HSL58.59º73.91%77.45%-
HSV(B)58.59º35.42%94.12%-
XYZ72.4382.0443.03-
YUV229.1486.16135.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 155 (60.94% from 255) = 24.49%
R=37.91%
G=37.60%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023815500.010.350.0658.5973.9177.45
HexF0EE9B012363b4a4d
Octal3603562330143673112115
Binary1111000011101110100110110110001111011101110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EE9B; }

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

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

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

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

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

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

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

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