Shades of Portica #E9D64D
Tints of Portica #E9D64D
RGB
CMYK
RGB Variations
Color information
#E9D64D (or 0xE9D64D) is known color: Portica. HEX triplet: E9, D6 and 4D. RGB value is (233,214,77). Sum of RGB (Red+Green+Blue) = 233+214+77=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D64D is #1629B2. Grayscale: #CCCCCC. Windows color (decimal): -1452467 or 5101289. OLE color: 5101289.
HSL color Cylindrical-coordinate representation of color #E9D64D: hue angle of 52.69º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9D64D is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 214 | 77 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.09 |
| HSL | 52.69º | 0.78% | 0.61% | - |
| HSV(B) | 52.69º | 0.67% | 0.91% | - |
| XYZ | 58.99 | 65.95 | 16.64 | - |
| YUV | 204.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 214 | 77 | 0 | 0.08 | 0.67 | 0.09 | 52.69 | 0.78 | 0.61 |
| Hex | E9 | D6 | 4D | 0 | 8 | 43 | 9 | 35 | 4E | 3D |
| Octal | 351 | 326 | 115 | 0 | 10 | 103 | 11 | 65 | 116 | 75 |
| Binary | 11101001 | 11010110 | 1001101 | 0 | 1000 | 1000011 | 1001 | 110101 | 1001110 | 111101 |
Color Harmonies of #E9D64D
Complementary color
Monochromatic Colors of #E9D64D
Black with #E9D64D
Text Example
Text Example
White with #E9D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D64D; }
p { color: rgb(233,214,77); }
H1.HeaderClassName
{
color: #E9D64D;
}
.AnyTagClassName
{
color: #E9D64D;
}
</style>
background-color css
<style>
a { background-color: #E9D64D; }
a { background-color: rgb(233,214,77); }
div.DivClassName
{
background-color: #E9D64D;
}
.BgClassName
{
background-color: #E9D64D;
}
</style>
border-color css
<style>
span { border-color: #E9D64D; }
span { border-color: rgb(233,214,77); }
td.TdClassName
{
border-color: #E9D64D;
}
.TagClassName
{
border-color: #E9D64D;
}
</style>