#EDEDA0

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

Shades of Portafino #EDEDA0

Tints of Portafino #EDEDA0

Color information

#EDEDA0 (or 0xEDEDA0) is unknown color: approx Portafino. HEX triplet: ED, ED and A0. RGB value is (237,237,160). Sum of RGB (Red+Green+Blue) = 237+237+160=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA0 is #12125F. Grayscale: #E4E4E4. Windows color (decimal): -1184352 or 10546669. OLE color: 10546669.

HSL color Cylindrical-coordinate representation of color #EDEDA0: 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 #EDEDA0 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB237237160-
CMYK000.320.07
HSL60º68.14%77.84%-
HSV(B)60º32.49%92.94%-
XYZ71.5581.1145.14-
YUV228.2289.5134.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 160 (62.89% from 255) = 25.24%
R=37.38%
G=37.38%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237160000.320.076068.1477.84
HexEDEDA0002073c444e
Octal3553552400040774104116
Binary1110110111101101101000000010000011111110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDA0; }

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

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

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

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

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

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

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

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