#EDEDA2

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

Shades of Portafino #EDEDA2

Tints of Portafino #EDEDA2

Color information

#EDEDA2 (or 0xEDEDA2) is unknown color: approx Portafino. HEX triplet: ED, ED and A2. RGB value is (237,237,162). Sum of RGB (Red+Green+Blue) = 237+237+162=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA2 is #12125D. Grayscale: #E4E4E4. Windows color (decimal): -1184350 or 10677741. OLE color: 10677741.

HSL color Cylindrical-coordinate representation of color #EDEDA2: hue angle of 60º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDEDA2 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237237162-
CMYK000.320.07
HSL60º67.57%78.24%-
HSV(B)60º31.65%92.94%-
XYZ71.7381.1846.07-
YUV228.4590.5134.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 162 (63.67% from 255) = 25.47%
R=37.26%
G=37.26%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237162000.320.076067.5778.24
HexEDEDA2002073c444e
Octal3553552420040774104116
Binary1110110111101101101000100010000011111110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDA2; }

 p { color: rgb(237,237,162); }

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

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

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

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

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

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

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