#F0EA99

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

Shades of Portafino #F0EA99

Tints of Portafino #F0EA99

Color information

#F0EA99 (or 0xF0EA99) is unknown color: approx Portafino. HEX triplet: F0, EA and 99. RGB value is (240,234,153). Sum of RGB (Red+Green+Blue) = 240+234+153=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EA99 is #0F1566. Grayscale: #E2E2E2. Windows color (decimal): -988519 or 10087152. OLE color: 10087152.

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

Color convert

RGB240234153-
CMYK00.020.360.06
HSL55.86º74.36%77.06%-
HSV(B)55.86º36.25%94.12%-
XYZ71.1179.6741.77-
YUV226.5686.49137.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 153 (60.16% from 255) = 24.40%
R=38.28%
G=37.32%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023415300.020.360.0655.8674.3677.06
HexF0EA9902246384a4d
Octal3603522310244670112115
Binary11110000111010101001100101010010011011100010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EA99; }

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

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

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

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

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

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

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

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