Shades of Portafino #EDE99B
Tints of Portafino #EDE99B
RGB
CMYK
RGB Variations
Color information
#EDE99B (or 0xEDE99B) is known color: Portafino. HEX triplet: ED, E9 and 9B. RGB value is (237,233,155). Sum of RGB (Red+Green+Blue) = 237+233+155=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE99B is #121664. Grayscale: #E1E1E1. Windows color (decimal): -1185381 or 10217965. OLE color: 10217965.
HSL color Cylindrical-coordinate representation of color #EDE99B: hue angle of 57.07º degrees, saturation: 0.69, 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 #EDE99B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 155 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.07 |
| HSL | 57.07º | 0.69% | 0.77% | - |
| HSV(B) | 57.07º | 0.35% | 0.93% | - |
| XYZ | 69.98 | 78.65 | 42.5 | - |
| YUV | 225.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 155 | 0 | 0.02 | 0.35 | 0.07 | 57.07 | 0.69 | 0.77 |
| Hex | ED | E9 | 9B | 0 | 2 | 23 | 7 | 39 | 45 | 4D |
| Octal | 355 | 351 | 233 | 0 | 2 | 43 | 7 | 71 | 105 | 115 |
| Binary | 11101101 | 11101001 | 10011011 | 0 | 10 | 100011 | 111 | 111001 | 1000101 | 1001101 |
Color Harmonies of #EDE99B
Complementary color
Monochromatic Colors of #EDE99B
Black with #EDE99B
Text Example
Text Example
White with #EDE99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE99B; }
p { color: rgb(237,233,155); }
H1.HeaderClassName
{
color: #EDE99B;
}
.AnyTagClassName
{
color: #EDE99B;
}
</style>
background-color css
<style>
a { background-color: #EDE99B; }
a { background-color: rgb(237,233,155); }
div.DivClassName
{
background-color: #EDE99B;
}
.BgClassName
{
background-color: #EDE99B;
}
</style>
border-color css
<style>
span { border-color: #EDE99B; }
span { border-color: rgb(237,233,155); }
td.TdClassName
{
border-color: #EDE99B;
}
.TagClassName
{
border-color: #EDE99B;
}
</style>