Shades of Portica #E9D55B
Tints of Portica #E9D55B
RGB
CMYK
RGB Variations
Color information
#E9D55B (or 0xE9D55B) is known color: Portica. HEX triplet: E9, D5 and 5B. RGB value is (233,213,91). Sum of RGB (Red+Green+Blue) = 233+213+91=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D55B is #162AA4. Grayscale: #CDCDCD. Windows color (decimal): -1452709 or 6018537. OLE color: 6018537.
HSL color Cylindrical-coordinate representation of color #E9D55B: hue angle of 51.55º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9D55B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 91 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.09 |
| HSL | 51.55º | 0.76% | 0.64% | - |
| HSV(B) | 51.55º | 0.61% | 0.91% | - |
| XYZ | 59.29 | 65.67 | 19.45 | - |
| YUV | 205.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 91 | 0 | 0.09 | 0.61 | 0.09 | 51.55 | 0.76 | 0.64 |
| Hex | E9 | D5 | 5B | 0 | 9 | 3D | 9 | 34 | 4C | 40 |
| Octal | 351 | 325 | 133 | 0 | 11 | 75 | 11 | 64 | 114 | 100 |
| Binary | 11101001 | 11010101 | 1011011 | 0 | 1001 | 111101 | 1001 | 110100 | 1001100 | 1000000 |
Color Harmonies of #E9D55B
Complementary color
Monochromatic Colors of #E9D55B
Black with #E9D55B
Text Example
Text Example
White with #E9D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D55B; }
p { color: rgb(233,213,91); }
H1.HeaderClassName
{
color: #E9D55B;
}
.AnyTagClassName
{
color: #E9D55B;
}
</style>
background-color css
<style>
a { background-color: #E9D55B; }
a { background-color: rgb(233,213,91); }
div.DivClassName
{
background-color: #E9D55B;
}
.BgClassName
{
background-color: #E9D55B;
}
</style>
border-color css
<style>
span { border-color: #E9D55B; }
span { border-color: rgb(233,213,91); }
td.TdClassName
{
border-color: #E9D55B;
}
.TagClassName
{
border-color: #E9D55B;
}
</style>