Shades of Portica #E7D45E
Tints of Portica #E7D45E
RGB
CMYK
RGB Variations
Color information
#E7D45E (or 0xE7D45E) is known color: Portica. HEX triplet: E7, D4 and 5E. RGB value is (231,212,94). Sum of RGB (Red+Green+Blue) = 231+212+94=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D45E is #182BA1. Grayscale: #CCCCCC. Windows color (decimal): -1584034 or 6214887. OLE color: 6214887.
HSL color Cylindrical-coordinate representation of color #E7D45E: hue angle of 51.68º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7D45E is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 94 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.09 |
| HSL | 51.68º | 0.74% | 0.64% | - |
| HSV(B) | 51.68º | 0.59% | 0.91% | - |
| XYZ | 58.52 | 64.88 | 20.03 | - |
| YUV | 204.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 94 | 0 | 0.08 | 0.59 | 0.09 | 51.68 | 0.74 | 0.64 |
| Hex | E7 | D4 | 5E | 0 | 8 | 3B | 9 | 34 | 4A | 40 |
| Octal | 347 | 324 | 136 | 0 | 10 | 73 | 11 | 64 | 112 | 100 |
| Binary | 11100111 | 11010100 | 1011110 | 0 | 1000 | 111011 | 1001 | 110100 | 1001010 | 1000000 |
Color Harmonies of #E7D45E
Complementary color
Monochromatic Colors of #E7D45E
Black with #E7D45E
Text Example
Text Example
White with #E7D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D45E; }
p { color: rgb(231,212,94); }
H1.HeaderClassName
{
color: #E7D45E;
}
.AnyTagClassName
{
color: #E7D45E;
}
</style>
background-color css
<style>
a { background-color: #E7D45E; }
a { background-color: rgb(231,212,94); }
div.DivClassName
{
background-color: #E7D45E;
}
.BgClassName
{
background-color: #E7D45E;
}
</style>
border-color css
<style>
span { border-color: #E7D45E; }
span { border-color: rgb(231,212,94); }
td.TdClassName
{
border-color: #E7D45E;
}
.TagClassName
{
border-color: #E7D45E;
}
</style>