#EDEC99

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

Shades of Portafino #EDEC99

Tints of Portafino #EDEC99

Color information

#EDEC99 (or 0xEDEC99) is unknown color: approx Portafino. HEX triplet: ED, EC and 99. RGB value is (237,236,153). Sum of RGB (Red+Green+Blue) = 237+236+153=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 153 (60.16% from 255 or 24.44% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC99 is #121366. Grayscale: #E3E3E3. Windows color (decimal): -1184615 or 10087661. OLE color: 10087661.

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

Color convert

RGB237236153-
CMYK00.000.350.07
HSL59.29º70%76.47%-
HSV(B)59.29º35.44%92.94%-
XYZ70.6780.341.91-
YUV226.8486.33135.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 153 (60.16% from 255) = 24.44%
R=37.86%
G=37.70%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723615300.000.350.0759.297076.47
HexEDEC99002373b464c
Octal3553542310043773106114
Binary1110110111101100100110010010001111111101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC99; }

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

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

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

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

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

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

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

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