#EDEDA1

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

Shades of Portafino #EDEDA1

Tints of Portafino #EDEDA1

Color information

#EDEDA1 (or 0xEDEDA1) is unknown color: approx Portafino. HEX triplet: ED, ED and A1. RGB value is (237,237,161). Sum of RGB (Red+Green+Blue) = 237+237+161=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA1 is #12125E. Grayscale: #E4E4E4. Windows color (decimal): -1184351 or 10612205. OLE color: 10612205.

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

Color convert

RGB237237161-
CMYK000.320.07
HSL60º67.86%78.04%-
HSV(B)60º32.07%92.94%-
XYZ71.6481.1545.61-
YUV228.3490134.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 161 (63.28% from 255) = 25.35%
R=37.32%
G=37.32%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237161000.320.076067.8678.04
HexEDEDA1002073c444e
Octal3553552410040774104116
Binary1110110111101101101000010010000011111110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDA1; }

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

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

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

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

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

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

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

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