Shades of Portica #E8D35F
Tints of Portica #E8D35F
RGB
CMYK
RGB Variations
Color information
#E8D35F (or 0xE8D35F) is known color: Portica. HEX triplet: E8, D3 and 5F. RGB value is (232,211,95). Sum of RGB (Red+Green+Blue) = 232+211+95=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D35F is #172CA0. Grayscale: #CCCCCC. Windows color (decimal): -1518753 or 6280168. OLE color: 6280168.
HSL color Cylindrical-coordinate representation of color #E8D35F: hue angle of 50.8º degrees, saturation: 0.75, 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 #E8D35F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 95 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.09 |
| HSL | 50.8º | 0.75% | 0.64% | - |
| HSV(B) | 50.8º | 0.59% | 0.91% | - |
| XYZ | 58.64 | 64.57 | 20.2 | - |
| YUV | 204.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 95 | 0 | 0.09 | 0.59 | 0.09 | 50.8 | 0.75 | 0.64 |
| Hex | E8 | D3 | 5F | 0 | 9 | 3B | 9 | 33 | 4B | 40 |
| Octal | 350 | 323 | 137 | 0 | 11 | 73 | 11 | 63 | 113 | 100 |
| Binary | 11101000 | 11010011 | 1011111 | 0 | 1001 | 111011 | 1001 | 110011 | 1001011 | 1000000 |
Color Harmonies of #E8D35F
Complementary color
Monochromatic Colors of #E8D35F
Black with #E8D35F
Text Example
Text Example
White with #E8D35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D35F; }
p { color: rgb(232,211,95); }
H1.HeaderClassName
{
color: #E8D35F;
}
.AnyTagClassName
{
color: #E8D35F;
}
</style>
background-color css
<style>
a { background-color: #E8D35F; }
a { background-color: rgb(232,211,95); }
div.DivClassName
{
background-color: #E8D35F;
}
.BgClassName
{
background-color: #E8D35F;
}
</style>
border-color css
<style>
span { border-color: #E8D35F; }
span { border-color: rgb(232,211,95); }
td.TdClassName
{
border-color: #E8D35F;
}
.TagClassName
{
border-color: #E8D35F;
}
</style>