Shades of Portica #E7CF57
Tints of Portica #E7CF57
RGB
CMYK
RGB Variations
Color information
#E7CF57 (or 0xE7CF57) is known color: Portica. HEX triplet: E7, CF and 57. RGB value is (231,207,87). Sum of RGB (Red+Green+Blue) = 231+207+87=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 87 (34.38% from 255 or 16.57% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF57 is #1830A8. Grayscale: #C9C9C9. Windows color (decimal): -1585321 or 5754855. OLE color: 5754855.
HSL color Cylindrical-coordinate representation of color #E7CF57: hue angle of 50º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7CF57 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 87 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.09 |
| HSL | 50º | 0.75% | 0.62% | - |
| HSV(B) | 50º | 0.62% | 0.91% | - |
| XYZ | 56.99 | 62.3 | 18.04 | - |
| YUV | 200.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 87 | 0 | 0.10 | 0.62 | 0.09 | 50 | 0.75 | 0.62 |
| Hex | E7 | CF | 57 | 0 | A | 3E | 9 | 32 | 4B | 3E |
| Octal | 347 | 317 | 127 | 0 | 12 | 76 | 11 | 62 | 113 | 76 |
| Binary | 11100111 | 11001111 | 1010111 | 0 | 1010 | 111110 | 1001 | 110010 | 1001011 | 111110 |
Color Harmonies of #E7CF57
Complementary color
Monochromatic Colors of #E7CF57
Black with #E7CF57
Text Example
Text Example
White with #E7CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF57; }
p { color: rgb(231,207,87); }
H1.HeaderClassName
{
color: #E7CF57;
}
.AnyTagClassName
{
color: #E7CF57;
}
</style>
background-color css
<style>
a { background-color: #E7CF57; }
a { background-color: rgb(231,207,87); }
div.DivClassName
{
background-color: #E7CF57;
}
.BgClassName
{
background-color: #E7CF57;
}
</style>
border-color css
<style>
span { border-color: #E7CF57; }
span { border-color: rgb(231,207,87); }
td.TdClassName
{
border-color: #E7CF57;
}
.TagClassName
{
border-color: #E7CF57;
}
</style>