#EDF1A1

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

Shades of Portafino #EDF1A1

Tints of Portafino #EDF1A1

Color information

#EDF1A1 (or 0xEDF1A1) is unknown color: approx Portafino. HEX triplet: ED, F1 and A1. RGB value is (237,241,161). Sum of RGB (Red+Green+Blue) = 237+241+161=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1A1 is #120E5E. Grayscale: #E7E7E7. Windows color (decimal): -1183327 or 10613229. OLE color: 10613229.

HSL color Cylindrical-coordinate representation of color #EDF1A1: hue angle of 63º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDF1A1 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB237241161-
CMYK0.0200.330.05
HSL63º74.07%78.82%-
HSV(B)63º33.2%94.51%-
XYZ72.8183.4946-
YUV230.6888.67132.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.09%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 161 (63.28% from 255) = 25.20%
R=37.09%
G=37.72%
B=25.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411610.0200.330.056374.0778.82
HexEDF1A1202153f4a4f
Octal3553612412041577112117
Binary11101101111100011010000110010000110111111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1A1; }

 p { color: rgb(237,241,161); }

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

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

 a { background-color: rgb(237,241,161); }

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

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

 span { border-color: rgb(237,241,161); }

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