Shades of Portica #E8CF56
Tints of Portica #E8CF56
RGB
CMYK
RGB Variations
Color information
#E8CF56 (or 0xE8CF56) is known color: Portica. HEX triplet: E8, CF and 56. RGB value is (232,207,86). Sum of RGB (Red+Green+Blue) = 232+207+86=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CF56 is #1730A9. Grayscale: #C9C9C9. Windows color (decimal): -1519786 or 5689320. OLE color: 5689320.
HSL color Cylindrical-coordinate representation of color #E8CF56: hue angle of 49.73º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8CF56 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 86 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.09 |
| HSL | 49.73º | 0.76% | 0.62% | - |
| HSV(B) | 49.73º | 0.63% | 0.91% | - |
| XYZ | 57.27 | 62.45 | 17.84 | - |
| YUV | 200.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 86 | 0 | 0.11 | 0.63 | 0.09 | 49.73 | 0.76 | 0.62 |
| Hex | E8 | CF | 56 | 0 | B | 3F | 9 | 32 | 4C | 3E |
| Octal | 350 | 317 | 126 | 0 | 13 | 77 | 11 | 62 | 114 | 76 |
| Binary | 11101000 | 11001111 | 1010110 | 0 | 1011 | 111111 | 1001 | 110010 | 1001100 | 111110 |
Color Harmonies of #E8CF56
Complementary color
Monochromatic Colors of #E8CF56
Black with #E8CF56
Text Example
Text Example
White with #E8CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF56; }
p { color: rgb(232,207,86); }
H1.HeaderClassName
{
color: #E8CF56;
}
.AnyTagClassName
{
color: #E8CF56;
}
</style>
background-color css
<style>
a { background-color: #E8CF56; }
a { background-color: rgb(232,207,86); }
div.DivClassName
{
background-color: #E8CF56;
}
.BgClassName
{
background-color: #E8CF56;
}
</style>
border-color css
<style>
span { border-color: #E8CF56; }
span { border-color: rgb(232,207,86); }
td.TdClassName
{
border-color: #E8CF56;
}
.TagClassName
{
border-color: #E8CF56;
}
</style>