Shades of Portica #E7D053
Tints of Portica #E7D053
RGB
CMYK
RGB Variations
Color information
#E7D053 (or 0xE7D053) is known color: Portica. HEX triplet: E7, D0 and 53. RGB value is (231,208,83). Sum of RGB (Red+Green+Blue) = 231+208+83=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D053 is #182FAC. Grayscale: #C9C9C9. Windows color (decimal): -1585069 or 5492967. OLE color: 5492967.
HSL color Cylindrical-coordinate representation of color #E7D053: hue angle of 50.68º degrees, saturation: 0.76, 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 #E7D053 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 83 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.09 |
| HSL | 50.68º | 0.76% | 0.62% | - |
| HSV(B) | 50.68º | 0.64% | 0.91% | - |
| XYZ | 57.07 | 62.73 | 17.28 | - |
| YUV | 200.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 83 | 0 | 0.10 | 0.64 | 0.09 | 50.68 | 0.76 | 0.62 |
| Hex | E7 | D0 | 53 | 0 | A | 40 | 9 | 33 | 4C | 3E |
| Octal | 347 | 320 | 123 | 0 | 12 | 100 | 11 | 63 | 114 | 76 |
| Binary | 11100111 | 11010000 | 1010011 | 0 | 1010 | 1000000 | 1001 | 110011 | 1001100 | 111110 |
Color Harmonies of #E7D053
Complementary color
Monochromatic Colors of #E7D053
Black with #E7D053
Text Example
Text Example
White with #E7D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D053; }
p { color: rgb(231,208,83); }
H1.HeaderClassName
{
color: #E7D053;
}
.AnyTagClassName
{
color: #E7D053;
}
</style>
background-color css
<style>
a { background-color: #E7D053; }
a { background-color: rgb(231,208,83); }
div.DivClassName
{
background-color: #E7D053;
}
.BgClassName
{
background-color: #E7D053;
}
</style>
border-color css
<style>
span { border-color: #E7D053; }
span { border-color: rgb(231,208,83); }
td.TdClassName
{
border-color: #E7D053;
}
.TagClassName
{
border-color: #E7D053;
}
</style>