Shades of Portafino #EDE999
Tints of Portafino #EDE999
RGB
CMYK
RGB Variations
Color information
#EDE999 (or 0xEDE999) is known color: Portafino. HEX triplet: ED, E9 and 99. RGB value is (237,233,153). Sum of RGB (Red+Green+Blue) = 237+233+153=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 153 (60.16% from 255 or 24.56% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE999 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE999 is #121666. Grayscale: #E1E1E1. Windows color (decimal): -1185383 or 10086893. OLE color: 10086893.
HSL color Cylindrical-coordinate representation of color #EDE999: hue angle of 57.14º 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 #EDE999 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 153 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.07 |
| HSL | 57.14º | 0.7% | 0.76% | - |
| HSV(B) | 57.14º | 0.35% | 0.93% | - |
| XYZ | 69.81 | 78.58 | 41.63 | - |
| YUV | 225.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 153 | 0 | 0.02 | 0.35 | 0.07 | 57.14 | 0.7 | 0.76 |
| Hex | ED | E9 | 99 | 0 | 2 | 23 | 7 | 39 | 46 | 4C |
| Octal | 355 | 351 | 231 | 0 | 2 | 43 | 7 | 71 | 106 | 114 |
| Binary | 11101101 | 11101001 | 10011001 | 0 | 10 | 100011 | 111 | 111001 | 1000110 | 1001100 |
Color Harmonies of #EDE999
Complementary color
Monochromatic Colors of #EDE999
Black with #EDE999
Text Example
Text Example
White with #EDE999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE999; }
p { color: rgb(237,233,153); }
H1.HeaderClassName
{
color: #EDE999;
}
.AnyTagClassName
{
color: #EDE999;
}
</style>
background-color css
<style>
a { background-color: #EDE999; }
a { background-color: rgb(237,233,153); }
div.DivClassName
{
background-color: #EDE999;
}
.BgClassName
{
background-color: #EDE999;
}
</style>
border-color css
<style>
span { border-color: #EDE999; }
span { border-color: rgb(237,233,153); }
td.TdClassName
{
border-color: #EDE999;
}
.TagClassName
{
border-color: #EDE999;
}
</style>