Shades of Portafino #EDE99A
Tints of Portafino #EDE99A
RGB
CMYK
RGB Variations
Color information
#EDE99A (or 0xEDE99A) is known color: Portafino. HEX triplet: ED, E9 and 9A. RGB value is (237,233,154). Sum of RGB (Red+Green+Blue) = 237+233+154=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE99A is #121665. Grayscale: #E1E1E1. Windows color (decimal): -1185382 or 10152429. OLE color: 10152429.
HSL color Cylindrical-coordinate representation of color #EDE99A: hue angle of 57.11º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDE99A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 154 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.07 |
| HSL | 57.11º | 0.7% | 0.77% | - |
| HSV(B) | 57.11º | 0.35% | 0.93% | - |
| XYZ | 69.9 | 78.62 | 42.06 | - |
| YUV | 225.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 154 | 0 | 0.02 | 0.35 | 0.07 | 57.11 | 0.7 | 0.77 |
| Hex | ED | E9 | 9A | 0 | 2 | 23 | 7 | 39 | 46 | 4D |
| Octal | 355 | 351 | 232 | 0 | 2 | 43 | 7 | 71 | 106 | 115 |
| Binary | 11101101 | 11101001 | 10011010 | 0 | 10 | 100011 | 111 | 111001 | 1000110 | 1001101 |
Color Harmonies of #EDE99A
Complementary color
Monochromatic Colors of #EDE99A
Black with #EDE99A
Text Example
Text Example
White with #EDE99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE99A; }
p { color: rgb(237,233,154); }
H1.HeaderClassName
{
color: #EDE99A;
}
.AnyTagClassName
{
color: #EDE99A;
}
</style>
background-color css
<style>
a { background-color: #EDE99A; }
a { background-color: rgb(237,233,154); }
div.DivClassName
{
background-color: #EDE99A;
}
.BgClassName
{
background-color: #EDE99A;
}
</style>
border-color css
<style>
span { border-color: #EDE99A; }
span { border-color: rgb(237,233,154); }
td.TdClassName
{
border-color: #EDE99A;
}
.TagClassName
{
border-color: #EDE99A;
}
</style>