#EDEC9F

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

Shades of Portafino #EDEC9F

Tints of Portafino #EDEC9F

Color information

#EDEC9F (or 0xEDEC9F) is unknown color: approx Portafino. HEX triplet: ED, EC and 9F. RGB value is (237,236,159). Sum of RGB (Red+Green+Blue) = 237+236+159=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC9F is #121360. Grayscale: #E3E3E3. Windows color (decimal): -1184609 or 10480877. OLE color: 10480877.

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

Color convert

RGB237236159-
CMYK00.000.330.07
HSL59.23º68.42%77.65%-
HSV(B)59.23º32.91%92.94%-
XYZ71.1880.544.59-
YUV227.5289.33134.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 159 (62.5% from 255) = 25.16%
R=37.5%
G=37.34%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723615900.000.330.0759.2368.4277.65
HexEDEC9F002173b444e
Octal3553542370041773104116
Binary1110110111101100100111110010000111111101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC9F; }

 p { color: rgb(237,236,159); }

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

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

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

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

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

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

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