#EDEF9F

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

Shades of Portafino #EDEF9F

Tints of Portafino #EDEF9F

Color information

#EDEF9F (or 0xEDEF9F) is unknown color: approx Portafino. HEX triplet: ED, EF and 9F. RGB value is (237,239,159). Sum of RGB (Red+Green+Blue) = 237+239+159=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 159 (62.5% from 255 or 25.04% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF9F is #121060. Grayscale: #E5E5E5. Windows color (decimal): -1183841 or 10481645. OLE color: 10481645.

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

Color convert

RGB237239159-
CMYK0.0100.330.06
HSL61.5º71.43%78.04%-
HSV(B)61.5º33.47%93.73%-
XYZ72.0582.2444.88-
YUV229.2888.34133.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 159 (62.5% from 255) = 25.04%
R=37.32%
G=37.64%
B=25.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391590.0100.330.0661.571.4378.04
HexEDEF9F102163e474e
Octal3553572371041676107116
Binary1110110111101111100111111010000111011111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEF9F; }

 p { color: rgb(237,239,159); }

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

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

 a { background-color: rgb(237,239,159); }

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

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

 span { border-color: rgb(237,239,159); }

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