Shades of Portica #E7D35B
Tints of Portica #E7D35B
RGB
CMYK
RGB Variations
Color information
#E7D35B (or 0xE7D35B) is known color: Portica. HEX triplet: E7, D3 and 5B. RGB value is (231,211,91). Sum of RGB (Red+Green+Blue) = 231+211+91=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D35B is #182CA4. Grayscale: #CBCBCB. Windows color (decimal): -1584293 or 6018023. OLE color: 6018023.
HSL color Cylindrical-coordinate representation of color #E7D35B: hue angle of 51.43º degrees, saturation: 0.74, 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 #E7D35B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 91 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.09 |
| HSL | 51.43º | 0.74% | 0.63% | - |
| HSV(B) | 51.43º | 0.61% | 0.91% | - |
| XYZ | 58.14 | 64.33 | 19.25 | - |
| YUV | 203.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 91 | 0 | 0.09 | 0.61 | 0.09 | 51.43 | 0.74 | 0.63 |
| Hex | E7 | D3 | 5B | 0 | 9 | 3D | 9 | 33 | 4A | 3F |
| Octal | 347 | 323 | 133 | 0 | 11 | 75 | 11 | 63 | 112 | 77 |
| Binary | 11100111 | 11010011 | 1011011 | 0 | 1001 | 111101 | 1001 | 110011 | 1001010 | 111111 |
Color Harmonies of #E7D35B
Complementary color
Monochromatic Colors of #E7D35B
Black with #E7D35B
Text Example
Text Example
White with #E7D35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D35B; }
p { color: rgb(231,211,91); }
H1.HeaderClassName
{
color: #E7D35B;
}
.AnyTagClassName
{
color: #E7D35B;
}
</style>
background-color css
<style>
a { background-color: #E7D35B; }
a { background-color: rgb(231,211,91); }
div.DivClassName
{
background-color: #E7D35B;
}
.BgClassName
{
background-color: #E7D35B;
}
</style>
border-color css
<style>
span { border-color: #E7D35B; }
span { border-color: rgb(231,211,91); }
td.TdClassName
{
border-color: #E7D35B;
}
.TagClassName
{
border-color: #E7D35B;
}
</style>