Shades of Portica #E9D25D
Tints of Portica #E9D25D
RGB
CMYK
RGB Variations
Color information
#E9D25D (or 0xE9D25D) is known color: Portica. HEX triplet: E9, D2 and 5D. RGB value is (233,210,93). Sum of RGB (Red+Green+Blue) = 233+210+93=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D25D is #162DA2. Grayscale: #CCCCCC. Windows color (decimal): -1453475 or 6148841. OLE color: 6148841.
HSL color Cylindrical-coordinate representation of color #E9D25D: hue angle of 50.14º 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 #E9D25D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 210 | 93 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.09 |
| HSL | 50.14º | 0.76% | 0.64% | - |
| HSV(B) | 50.14º | 0.6% | 0.91% | - |
| XYZ | 58.63 | 64.21 | 19.66 | - |
| YUV | 203.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 93 | 0 | 0.10 | 0.60 | 0.09 | 50.14 | 0.76 | 0.64 |
| Hex | E9 | D2 | 5D | 0 | A | 3C | 9 | 32 | 4C | 40 |
| Octal | 351 | 322 | 135 | 0 | 12 | 74 | 11 | 62 | 114 | 100 |
| Binary | 11101001 | 11010010 | 1011101 | 0 | 1010 | 111100 | 1001 | 110010 | 1001100 | 1000000 |
Color Harmonies of #E9D25D
Complementary color
Monochromatic Colors of #E9D25D
Black with #E9D25D
Text Example
Text Example
White with #E9D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D25D; }
p { color: rgb(233,210,93); }
H1.HeaderClassName
{
color: #E9D25D;
}
.AnyTagClassName
{
color: #E9D25D;
}
</style>
background-color css
<style>
a { background-color: #E9D25D; }
a { background-color: rgb(233,210,93); }
div.DivClassName
{
background-color: #E9D25D;
}
.BgClassName
{
background-color: #E9D25D;
}
</style>
border-color css
<style>
span { border-color: #E9D25D; }
span { border-color: rgb(233,210,93); }
td.TdClassName
{
border-color: #E9D25D;
}
.TagClassName
{
border-color: #E9D25D;
}
</style>