Shades of Portica #E7D35F
Tints of Portica #E7D35F
RGB
CMYK
RGB Variations
Color information
#E7D35F (or 0xE7D35F) is known color: Portica. HEX triplet: E7, D3 and 5F. RGB value is (231,211,95). Sum of RGB (Red+Green+Blue) = 231+211+95=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D35F is #182CA0. Grayscale: #CCCCCC. Windows color (decimal): -1584289 or 6280167. OLE color: 6280167.
HSL color Cylindrical-coordinate representation of color #E7D35F: hue angle of 51.18º 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 #E7D35F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 95 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.09 |
| HSL | 51.18º | 0.74% | 0.64% | - |
| HSV(B) | 51.18º | 0.59% | 0.91% | - |
| XYZ | 58.31 | 64.4 | 20.18 | - |
| YUV | 203.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 95 | 0 | 0.09 | 0.59 | 0.09 | 51.18 | 0.74 | 0.64 |
| Hex | E7 | D3 | 5F | 0 | 9 | 3B | 9 | 33 | 4A | 40 |
| Octal | 347 | 323 | 137 | 0 | 11 | 73 | 11 | 63 | 112 | 100 |
| Binary | 11100111 | 11010011 | 1011111 | 0 | 1001 | 111011 | 1001 | 110011 | 1001010 | 1000000 |
Color Harmonies of #E7D35F
Complementary color
Monochromatic Colors of #E7D35F
Black with #E7D35F
Text Example
Text Example
White with #E7D35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D35F; }
p { color: rgb(231,211,95); }
H1.HeaderClassName
{
color: #E7D35F;
}
.AnyTagClassName
{
color: #E7D35F;
}
</style>
background-color css
<style>
a { background-color: #E7D35F; }
a { background-color: rgb(231,211,95); }
div.DivClassName
{
background-color: #E7D35F;
}
.BgClassName
{
background-color: #E7D35F;
}
</style>
border-color css
<style>
span { border-color: #E7D35F; }
span { border-color: rgb(231,211,95); }
td.TdClassName
{
border-color: #E7D35F;
}
.TagClassName
{
border-color: #E7D35F;
}
</style>