#EDEFA0

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

Shades of Portafino #EDEFA0

Tints of Portafino #EDEFA0

Color information

#EDEFA0 (or 0xEDEFA0) is unknown color: approx Portafino. HEX triplet: ED, EF and A0. RGB value is (237,239,160). Sum of RGB (Red+Green+Blue) = 237+239+160=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFA0 is #12105F. Grayscale: #E5E5E5. Windows color (decimal): -1183840 or 10547181. OLE color: 10547181.

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

Color convert

RGB237239160-
CMYK0.0100.330.06
HSL61.52º71.17%78.24%-
HSV(B)61.52º33.05%93.73%-
XYZ72.1482.2845.34-
YUV229.488.84133.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 160 (62.89% from 255) = 25.16%
R=37.26%
G=37.58%
B=25.16%

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
Decimal2372391600.0100.330.0661.5271.1778.24
HexEDEFA0102163e474e
Octal3553572401041676107116
Binary1110110111101111101000001010000111011111010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFA0; }

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

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

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

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

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

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

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

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