Shades of Portica #E5CF57
Tints of Portica #E5CF57
RGB
CMYK
RGB Variations
Color information
#E5CF57 (or 0xE5CF57) is known color: Portica. HEX triplet: E5, CF and 57. RGB value is (229,207,87). Sum of RGB (Red+Green+Blue) = 229+207+87=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF57 is #1A30A8. Grayscale: #C8C8C8. Windows color (decimal): -1716393 or 5754853. OLE color: 5754853.
HSL color Cylindrical-coordinate representation of color #E5CF57: hue angle of 50.7º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5CF57 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 87 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.10 |
| HSL | 50.7º | 0.73% | 0.62% | - |
| HSV(B) | 50.7º | 0.62% | 0.9% | - |
| XYZ | 56.35 | 61.97 | 18.01 | - |
| YUV | 199.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 87 | 0 | 0.10 | 0.62 | 0.10 | 50.7 | 0.73 | 0.62 |
| Hex | E5 | CF | 57 | 0 | A | 3E | A | 33 | 49 | 3E |
| Octal | 345 | 317 | 127 | 0 | 12 | 76 | 12 | 63 | 111 | 76 |
| Binary | 11100101 | 11001111 | 1010111 | 0 | 1010 | 111110 | 1010 | 110011 | 1001001 | 111110 |
Color Harmonies of #E5CF57
Complementary color
Monochromatic Colors of #E5CF57
Black with #E5CF57
Text Example
Text Example
White with #E5CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF57; }
p { color: rgb(229,207,87); }
H1.HeaderClassName
{
color: #E5CF57;
}
.AnyTagClassName
{
color: #E5CF57;
}
</style>
background-color css
<style>
a { background-color: #E5CF57; }
a { background-color: rgb(229,207,87); }
div.DivClassName
{
background-color: #E5CF57;
}
.BgClassName
{
background-color: #E5CF57;
}
</style>
border-color css
<style>
span { border-color: #E5CF57; }
span { border-color: rgb(229,207,87); }
td.TdClassName
{
border-color: #E5CF57;
}
.TagClassName
{
border-color: #E5CF57;
}
</style>