Shades of Portica #E9D553
Tints of Portica #E9D553
RGB
CMYK
RGB Variations
Color information
#E9D553 (or 0xE9D553) is known color: Portica. HEX triplet: E9, D5 and 53. RGB value is (233,213,83). Sum of RGB (Red+Green+Blue) = 233+213+83=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D553 is #162AAC. Grayscale: #CCCCCC. Windows color (decimal): -1452717 or 5494249. OLE color: 5494249.
HSL color Cylindrical-coordinate representation of color #E9D553: hue angle of 52º 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 #E9D553 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 83 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.09 |
| HSL | 52º | 0.77% | 0.62% | - |
| HSV(B) | 52º | 0.64% | 0.91% | - |
| XYZ | 58.96 | 65.54 | 17.73 | - |
| YUV | 204.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 83 | 0 | 0.09 | 0.64 | 0.09 | 52 | 0.77 | 0.62 |
| Hex | E9 | D5 | 53 | 0 | 9 | 40 | 9 | 34 | 4D | 3E |
| Octal | 351 | 325 | 123 | 0 | 11 | 100 | 11 | 64 | 115 | 76 |
| Binary | 11101001 | 11010101 | 1010011 | 0 | 1001 | 1000000 | 1001 | 110100 | 1001101 | 111110 |
Color Harmonies of #E9D553
Complementary color
Monochromatic Colors of #E9D553
Black with #E9D553
Text Example
Text Example
White with #E9D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D553; }
p { color: rgb(233,213,83); }
H1.HeaderClassName
{
color: #E9D553;
}
.AnyTagClassName
{
color: #E9D553;
}
</style>
background-color css
<style>
a { background-color: #E9D553; }
a { background-color: rgb(233,213,83); }
div.DivClassName
{
background-color: #E9D553;
}
.BgClassName
{
background-color: #E9D553;
}
</style>
border-color css
<style>
span { border-color: #E9D553; }
span { border-color: rgb(233,213,83); }
td.TdClassName
{
border-color: #E9D553;
}
.TagClassName
{
border-color: #E9D553;
}
</style>