Shades of Portica #E9D353
Tints of Portica #E9D353
RGB
CMYK
RGB Variations
Color information
#E9D353 (or 0xE9D353) is known color: Portica. HEX triplet: E9, D3 and 53. RGB value is (233,211,83). Sum of RGB (Red+Green+Blue) = 233+211+83=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D353 is #162CAC. Grayscale: #CBCBCB. Windows color (decimal): -1453229 or 5493737. OLE color: 5493737.
HSL color Cylindrical-coordinate representation of color #E9D353: hue angle of 51.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9D353 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 83 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.09 |
| HSL | 51.2º | 0.77% | 0.62% | - |
| HSV(B) | 51.2º | 0.64% | 0.91% | - |
| XYZ | 58.46 | 64.54 | 17.56 | - |
| YUV | 202.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 83 | 0 | 0.09 | 0.64 | 0.09 | 51.2 | 0.77 | 0.62 |
| Hex | E9 | D3 | 53 | 0 | 9 | 40 | 9 | 33 | 4D | 3E |
| Octal | 351 | 323 | 123 | 0 | 11 | 100 | 11 | 63 | 115 | 76 |
| Binary | 11101001 | 11010011 | 1010011 | 0 | 1001 | 1000000 | 1001 | 110011 | 1001101 | 111110 |
Color Harmonies of #E9D353
Complementary color
Monochromatic Colors of #E9D353
Black with #E9D353
Text Example
Text Example
White with #E9D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D353; }
p { color: rgb(233,211,83); }
H1.HeaderClassName
{
color: #E9D353;
}
.AnyTagClassName
{
color: #E9D353;
}
</style>
background-color css
<style>
a { background-color: #E9D353; }
a { background-color: rgb(233,211,83); }
div.DivClassName
{
background-color: #E9D353;
}
.BgClassName
{
background-color: #E9D353;
}
</style>
border-color css
<style>
span { border-color: #E9D353; }
span { border-color: rgb(233,211,83); }
td.TdClassName
{
border-color: #E9D353;
}
.TagClassName
{
border-color: #E9D353;
}
</style>