Shades of Portica #E5D05B
Tints of Portica #E5D05B
RGB
CMYK
RGB Variations
Color information
#E5D05B (or 0xE5D05B) is known color: Portica. HEX triplet: E5, D0 and 5B. RGB value is (229,208,91). Sum of RGB (Red+Green+Blue) = 229+208+91=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D05B is #1A2FA4. Grayscale: #C9C9C9. Windows color (decimal): -1716133 or 6017253. OLE color: 6017253.
HSL color Cylindrical-coordinate representation of color #E5D05B: hue angle of 50.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5D05B is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 91 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.10 |
| HSL | 50.87º | 0.73% | 0.63% | - |
| HSV(B) | 50.87º | 0.6% | 0.9% | - |
| XYZ | 56.76 | 62.53 | 18.97 | - |
| YUV | 200.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 91 | 0 | 0.09 | 0.60 | 0.10 | 50.87 | 0.73 | 0.63 |
| Hex | E5 | D0 | 5B | 0 | 9 | 3C | A | 33 | 49 | 3F |
| Octal | 345 | 320 | 133 | 0 | 11 | 74 | 12 | 63 | 111 | 77 |
| Binary | 11100101 | 11010000 | 1011011 | 0 | 1001 | 111100 | 1010 | 110011 | 1001001 | 111111 |
Color Harmonies of #E5D05B
Complementary color
Monochromatic Colors of #E5D05B
Black with #E5D05B
Text Example
Text Example
White with #E5D05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D05B; }
p { color: rgb(229,208,91); }
H1.HeaderClassName
{
color: #E5D05B;
}
.AnyTagClassName
{
color: #E5D05B;
}
</style>
background-color css
<style>
a { background-color: #E5D05B; }
a { background-color: rgb(229,208,91); }
div.DivClassName
{
background-color: #E5D05B;
}
.BgClassName
{
background-color: #E5D05B;
}
</style>
border-color css
<style>
span { border-color: #E5D05B; }
span { border-color: rgb(229,208,91); }
td.TdClassName
{
border-color: #E5D05B;
}
.TagClassName
{
border-color: #E5D05B;
}
</style>