Shades of Portica #E9D153
Tints of Portica #E9D153
RGB
CMYK
RGB Variations
Color information
#E9D153 (or 0xE9D153) is known color: Portica. HEX triplet: E9, D1 and 53. RGB value is (233,209,83). Sum of RGB (Red+Green+Blue) = 233+209+83=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D153 is #162EAC. Grayscale: #CACACA. Windows color (decimal): -1453741 or 5493225. OLE color: 5493225.
HSL color Cylindrical-coordinate representation of color #E9D153: hue angle of 50.4º 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 #E9D153 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 209 | 83 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.09 |
| HSL | 50.4º | 0.77% | 0.62% | - |
| HSV(B) | 50.4º | 0.64% | 0.91% | - |
| XYZ | 57.97 | 63.55 | 17.39 | - |
| YUV | 201.81 | 60.95 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 209 | 83 | 0 | 0.10 | 0.64 | 0.09 | 50.4 | 0.77 | 0.62 |
| Hex | E9 | D1 | 53 | 0 | A | 40 | 9 | 32 | 4D | 3E |
| Octal | 351 | 321 | 123 | 0 | 12 | 100 | 11 | 62 | 115 | 76 |
| Binary | 11101001 | 11010001 | 1010011 | 0 | 1010 | 1000000 | 1001 | 110010 | 1001101 | 111110 |
Color Harmonies of #E9D153
Complementary color
Monochromatic Colors of #E9D153
Black with #E9D153
Text Example
Text Example
White with #E9D153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D153; }
p { color: rgb(233,209,83); }
H1.HeaderClassName
{
color: #E9D153;
}
.AnyTagClassName
{
color: #E9D153;
}
</style>
background-color css
<style>
a { background-color: #E9D153; }
a { background-color: rgb(233,209,83); }
div.DivClassName
{
background-color: #E9D153;
}
.BgClassName
{
background-color: #E9D153;
}
</style>
border-color css
<style>
span { border-color: #E9D153; }
span { border-color: rgb(233,209,83); }
td.TdClassName
{
border-color: #E9D153;
}
.TagClassName
{
border-color: #E9D153;
}
</style>