#F0ECA1

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

Shades of Portafino #F0ECA1

Tints of Portafino #F0ECA1

Color information

#F0ECA1 (or 0xF0ECA1) is unknown color: approx Portafino. HEX triplet: F0, EC and A1. RGB value is (240,236,161). Sum of RGB (Red+Green+Blue) = 240+236+161=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ECA1 is #0F135E. Grayscale: #E4E4E4. Windows color (decimal): -987999 or 10611952. OLE color: 10611952.

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

Color convert

RGB240236161-
CMYK00.020.330.06
HSL56.96º72.48%78.63%-
HSV(B)56.96º32.92%94.12%-
XYZ72.3681.0945.56-
YUV228.6589.83136.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 236 (92.58% from 255) = 37.05%
BLUE value IS 161 (63.28% from 255) = 25.27%
R=37.68%
G=37.05%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023616100.020.330.0656.9672.4878.63
HexF0ECA10221639484f
Octal3603542410241671110117
Binary11110000111011001010000101010000111011100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ECA1; }

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

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

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

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

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

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

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

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