Shades of Portica #E9D45E
Tints of Portica #E9D45E
RGB
CMYK
RGB Variations
Color information
#E9D45E (or 0xE9D45E) is known color: Portica. HEX triplet: E9, D4 and 5E. RGB value is (233,212,94). Sum of RGB (Red+Green+Blue) = 233+212+94=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D45E is #162BA1. Grayscale: #CDCDCD. Windows color (decimal): -1452962 or 6214889. OLE color: 6214889.
HSL color Cylindrical-coordinate representation of color #E9D45E: hue angle of 50.94º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9D45E is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 94 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.09 |
| HSL | 50.94º | 0.76% | 0.64% | - |
| HSV(B) | 50.94º | 0.6% | 0.91% | - |
| XYZ | 59.17 | 65.22 | 20.06 | - |
| YUV | 204.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 94 | 0 | 0.09 | 0.60 | 0.09 | 50.94 | 0.76 | 0.64 |
| Hex | E9 | D4 | 5E | 0 | 9 | 3C | 9 | 33 | 4C | 40 |
| Octal | 351 | 324 | 136 | 0 | 11 | 74 | 11 | 63 | 114 | 100 |
| Binary | 11101001 | 11010100 | 1011110 | 0 | 1001 | 111100 | 1001 | 110011 | 1001100 | 1000000 |
Color Harmonies of #E9D45E
Complementary color
Monochromatic Colors of #E9D45E
Black with #E9D45E
Text Example
Text Example
White with #E9D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D45E; }
p { color: rgb(233,212,94); }
H1.HeaderClassName
{
color: #E9D45E;
}
.AnyTagClassName
{
color: #E9D45E;
}
</style>
background-color css
<style>
a { background-color: #E9D45E; }
a { background-color: rgb(233,212,94); }
div.DivClassName
{
background-color: #E9D45E;
}
.BgClassName
{
background-color: #E9D45E;
}
</style>
border-color css
<style>
span { border-color: #E9D45E; }
span { border-color: rgb(233,212,94); }
td.TdClassName
{
border-color: #E9D45E;
}
.TagClassName
{
border-color: #E9D45E;
}
</style>