#EDF19E

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

Shades of Portafino #EDF19E

Tints of Portafino #EDF19E

Color information

#EDF19E (or 0xEDF19E) is unknown color: approx Portafino. HEX triplet: ED, F1 and 9E. RGB value is (237,241,158). Sum of RGB (Red+Green+Blue) = 237+241+158=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF19E is #120E61. Grayscale: #E6E6E6. Windows color (decimal): -1183330 or 10416621. OLE color: 10416621.

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

Color convert

RGB237241158-
CMYK0.0200.340.05
HSL62.89º74.77%78.24%-
HSV(B)62.89º34.44%94.51%-
XYZ72.5583.3844.62-
YUV230.3487.17132.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 158 (62.11% from 255) = 24.84%
R=37.26%
G=37.89%
B=24.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411580.0200.340.0562.8974.7778.24
HexEDF19E202253f4b4e
Octal3553612362042577113116
Binary11101101111100011001111010010001010111111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF19E; }

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

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

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

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

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

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

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

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