Shades of Portica #E7CF56
Tints of Portica #E7CF56
RGB
CMYK
RGB Variations
Color information
#E7CF56 (or 0xE7CF56) is known color: Portica. HEX triplet: E7, CF and 56. RGB value is (231,207,86). Sum of RGB (Red+Green+Blue) = 231+207+86=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF56 is #1830A9. Grayscale: #C8C8C8. Windows color (decimal): -1585322 or 5689319. OLE color: 5689319.
HSL color Cylindrical-coordinate representation of color #E7CF56: hue angle of 50.07º degrees, saturation: 0.75, 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 #E7CF56 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 86 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.09 |
| HSL | 50.07º | 0.75% | 0.62% | - |
| HSV(B) | 50.07º | 0.63% | 0.91% | - |
| XYZ | 56.95 | 62.29 | 17.83 | - |
| YUV | 200.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 86 | 0 | 0.10 | 0.63 | 0.09 | 50.07 | 0.75 | 0.62 |
| Hex | E7 | CF | 56 | 0 | A | 3F | 9 | 32 | 4B | 3E |
| Octal | 347 | 317 | 126 | 0 | 12 | 77 | 11 | 62 | 113 | 76 |
| Binary | 11100111 | 11001111 | 1010110 | 0 | 1010 | 111111 | 1001 | 110010 | 1001011 | 111110 |
Color Harmonies of #E7CF56
Complementary color
Monochromatic Colors of #E7CF56
Black with #E7CF56
Text Example
Text Example
White with #E7CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF56; }
p { color: rgb(231,207,86); }
H1.HeaderClassName
{
color: #E7CF56;
}
.AnyTagClassName
{
color: #E7CF56;
}
</style>
background-color css
<style>
a { background-color: #E7CF56; }
a { background-color: rgb(231,207,86); }
div.DivClassName
{
background-color: #E7CF56;
}
.BgClassName
{
background-color: #E7CF56;
}
</style>
border-color css
<style>
span { border-color: #E7CF56; }
span { border-color: rgb(231,207,86); }
td.TdClassName
{
border-color: #E7CF56;
}
.TagClassName
{
border-color: #E7CF56;
}
</style>