Shades of Portica #E7D35A
Tints of Portica #E7D35A
RGB
CMYK
RGB Variations
Color information
#E7D35A (or 0xE7D35A) is known color: Portica. HEX triplet: E7, D3 and 5A. RGB value is (231,211,90). Sum of RGB (Red+Green+Blue) = 231+211+90=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D35A is #182CA5. Grayscale: #CBCBCB. Windows color (decimal): -1584294 or 5952487. OLE color: 5952487.
HSL color Cylindrical-coordinate representation of color #E7D35A: hue angle of 51.49º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7D35A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 90 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.09 |
| HSL | 51.49º | 0.75% | 0.63% | - |
| HSV(B) | 51.49º | 0.61% | 0.91% | - |
| XYZ | 58.09 | 64.32 | 19.03 | - |
| YUV | 203.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 90 | 0 | 0.09 | 0.61 | 0.09 | 51.49 | 0.75 | 0.63 |
| Hex | E7 | D3 | 5A | 0 | 9 | 3D | 9 | 33 | 4B | 3F |
| Octal | 347 | 323 | 132 | 0 | 11 | 75 | 11 | 63 | 113 | 77 |
| Binary | 11100111 | 11010011 | 1011010 | 0 | 1001 | 111101 | 1001 | 110011 | 1001011 | 111111 |
Color Harmonies of #E7D35A
Complementary color
Monochromatic Colors of #E7D35A
Black with #E7D35A
Text Example
Text Example
White with #E7D35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D35A; }
p { color: rgb(231,211,90); }
H1.HeaderClassName
{
color: #E7D35A;
}
.AnyTagClassName
{
color: #E7D35A;
}
</style>
background-color css
<style>
a { background-color: #E7D35A; }
a { background-color: rgb(231,211,90); }
div.DivClassName
{
background-color: #E7D35A;
}
.BgClassName
{
background-color: #E7D35A;
}
</style>
border-color css
<style>
span { border-color: #E7D35A; }
span { border-color: rgb(231,211,90); }
td.TdClassName
{
border-color: #E7D35A;
}
.TagClassName
{
border-color: #E7D35A;
}
</style>