#EDEF9E

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

Shades of Portafino #EDEF9E

Tints of Portafino #EDEF9E

Color information

#EDEF9E (or 0xEDEF9E) is unknown color: approx Portafino. HEX triplet: ED, EF and 9E. RGB value is (237,239,158). Sum of RGB (Red+Green+Blue) = 237+239+158=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 158 (62.11% from 255 or 24.92% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF9E is #121061. Grayscale: #E5E5E5. Windows color (decimal): -1183842 or 10416109. OLE color: 10416109.

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

Color convert

RGB237239158-
CMYK0.0100.340.06
HSL61.48º71.68%77.84%-
HSV(B)61.48º33.89%93.73%-
XYZ71.9682.2144.42-
YUV229.1787.84133.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 158 (62.11% from 255) = 24.92%
R=37.38%
G=37.70%
B=24.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391580.0100.340.0661.4871.6877.84
HexEDEF9E102263d484e
Octal3553572361042675110116
Binary1110110111101111100111101010001011011110110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEF9E; }

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

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

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

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

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

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

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

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