Shades of Portica #E9D35D
Tints of Portica #E9D35D
RGB
CMYK
RGB Variations
Color information
#E9D35D (or 0xE9D35D) is known color: Portica. HEX triplet: E9, D3 and 5D. RGB value is (233,211,93). Sum of RGB (Red+Green+Blue) = 233+211+93=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D35D is #162CA2. Grayscale: #CCCCCC. Windows color (decimal): -1453219 or 6149097. OLE color: 6149097.
HSL color Cylindrical-coordinate representation of color #E9D35D: hue angle of 50.57º 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 #E9D35D is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 93 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.09 |
| HSL | 50.57º | 0.76% | 0.64% | - |
| HSV(B) | 50.57º | 0.6% | 0.91% | - |
| XYZ | 58.87 | 64.7 | 19.74 | - |
| YUV | 204.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 93 | 0 | 0.09 | 0.60 | 0.09 | 50.57 | 0.76 | 0.64 |
| Hex | E9 | D3 | 5D | 0 | 9 | 3C | 9 | 33 | 4C | 40 |
| Octal | 351 | 323 | 135 | 0 | 11 | 74 | 11 | 63 | 114 | 100 |
| Binary | 11101001 | 11010011 | 1011101 | 0 | 1001 | 111100 | 1001 | 110011 | 1001100 | 1000000 |
Color Harmonies of #E9D35D
Complementary color
Monochromatic Colors of #E9D35D
Black with #E9D35D
Text Example
Text Example
White with #E9D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D35D; }
p { color: rgb(233,211,93); }
H1.HeaderClassName
{
color: #E9D35D;
}
.AnyTagClassName
{
color: #E9D35D;
}
</style>
background-color css
<style>
a { background-color: #E9D35D; }
a { background-color: rgb(233,211,93); }
div.DivClassName
{
background-color: #E9D35D;
}
.BgClassName
{
background-color: #E9D35D;
}
</style>
border-color css
<style>
span { border-color: #E9D35D; }
span { border-color: rgb(233,211,93); }
td.TdClassName
{
border-color: #E9D35D;
}
.TagClassName
{
border-color: #E9D35D;
}
</style>