#EDED9C

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

Shades of Portafino #EDED9C

Tints of Portafino #EDED9C

Color information

#EDED9C (or 0xEDED9C) is unknown color: approx Portafino. HEX triplet: ED, ED and 9C. RGB value is (237,237,156). Sum of RGB (Red+Green+Blue) = 237+237+156=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED9C is #121263. Grayscale: #E4E4E4. Windows color (decimal): -1184356 or 10284525. OLE color: 10284525.

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

Color convert

RGB237237156-
CMYK000.340.07
HSL60º69.23%77.06%-
HSV(B)60º34.18%92.94%-
XYZ71.2180.9743.33-
YUV227.7787.5134.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 156 (61.33% from 255) = 24.76%
R=37.62%
G=37.62%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237237156000.340.076069.2377.06
HexEDED9C002273c454d
Octal3553552340042774105115
Binary1110110111101101100111000010001011111110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED9C; }

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

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

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

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

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

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

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

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