Shades of Portica #E9D45A
Tints of Portica #E9D45A
RGB
CMYK
RGB Variations
Color information
#E9D45A (or 0xE9D45A) is known color: Portica. HEX triplet: E9, D4 and 5A. RGB value is (233,212,90). Sum of RGB (Red+Green+Blue) = 233+212+90=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D45A is #162BA5. Grayscale: #CCCCCC. Windows color (decimal): -1452966 or 5952745. OLE color: 5952745.
HSL color Cylindrical-coordinate representation of color #E9D45A: hue angle of 51.19º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9D45A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 90 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.09 |
| HSL | 51.19º | 0.76% | 0.63% | - |
| HSV(B) | 51.19º | 0.61% | 0.91% | - |
| XYZ | 58.99 | 65.15 | 19.14 | - |
| YUV | 204.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 90 | 0 | 0.09 | 0.61 | 0.09 | 51.19 | 0.76 | 0.63 |
| Hex | E9 | D4 | 5A | 0 | 9 | 3D | 9 | 33 | 4C | 3F |
| Octal | 351 | 324 | 132 | 0 | 11 | 75 | 11 | 63 | 114 | 77 |
| Binary | 11101001 | 11010100 | 1011010 | 0 | 1001 | 111101 | 1001 | 110011 | 1001100 | 111111 |
Color Harmonies of #E9D45A
Complementary color
Monochromatic Colors of #E9D45A
Black with #E9D45A
Text Example
Text Example
White with #E9D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D45A; }
p { color: rgb(233,212,90); }
H1.HeaderClassName
{
color: #E9D45A;
}
.AnyTagClassName
{
color: #E9D45A;
}
</style>
background-color css
<style>
a { background-color: #E9D45A; }
a { background-color: rgb(233,212,90); }
div.DivClassName
{
background-color: #E9D45A;
}
.BgClassName
{
background-color: #E9D45A;
}
</style>
border-color css
<style>
span { border-color: #E9D45A; }
span { border-color: rgb(233,212,90); }
td.TdClassName
{
border-color: #E9D45A;
}
.TagClassName
{
border-color: #E9D45A;
}
</style>