Shades of Portica #E7D45B
Tints of Portica #E7D45B
RGB
CMYK
RGB Variations
Color information
#E7D45B (or 0xE7D45B) is known color: Portica. HEX triplet: E7, D4 and 5B. RGB value is (231,212,91). Sum of RGB (Red+Green+Blue) = 231+212+91=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D45B is #182BA4. Grayscale: #CCCCCC. Windows color (decimal): -1584037 or 6018279. OLE color: 6018279.
HSL color Cylindrical-coordinate representation of color #E7D45B: hue angle of 51.86º 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 #E7D45B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 91 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.09 |
| HSL | 51.86º | 0.74% | 0.63% | - |
| HSV(B) | 51.86º | 0.61% | 0.91% | - |
| XYZ | 58.39 | 64.83 | 19.33 | - |
| YUV | 203.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 91 | 0 | 0.08 | 0.61 | 0.09 | 51.86 | 0.74 | 0.63 |
| Hex | E7 | D4 | 5B | 0 | 8 | 3D | 9 | 34 | 4A | 3F |
| Octal | 347 | 324 | 133 | 0 | 10 | 75 | 11 | 64 | 112 | 77 |
| Binary | 11100111 | 11010100 | 1011011 | 0 | 1000 | 111101 | 1001 | 110100 | 1001010 | 111111 |
Color Harmonies of #E7D45B
Complementary color
Monochromatic Colors of #E7D45B
Black with #E7D45B
Text Example
Text Example
White with #E7D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D45B; }
p { color: rgb(231,212,91); }
H1.HeaderClassName
{
color: #E7D45B;
}
.AnyTagClassName
{
color: #E7D45B;
}
</style>
background-color css
<style>
a { background-color: #E7D45B; }
a { background-color: rgb(231,212,91); }
div.DivClassName
{
background-color: #E7D45B;
}
.BgClassName
{
background-color: #E7D45B;
}
</style>
border-color css
<style>
span { border-color: #E7D45B; }
span { border-color: rgb(231,212,91); }
td.TdClassName
{
border-color: #E7D45B;
}
.TagClassName
{
border-color: #E7D45B;
}
</style>