Shades of Portica #E6CF56
Tints of Portica #E6CF56
RGB
CMYK
RGB Variations
Color information
#E6CF56 (or 0xE6CF56) is known color: Portica. HEX triplet: E6, CF and 56. RGB value is (230,207,86). Sum of RGB (Red+Green+Blue) = 230+207+86=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF56 is #1930A9. Grayscale: #C8C8C8. Windows color (decimal): -1650858 or 5689318. OLE color: 5689318.
HSL color Cylindrical-coordinate representation of color #E6CF56: hue angle of 50.42º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6CF56 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 86 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.10 |
| HSL | 50.42º | 0.74% | 0.62% | - |
| HSV(B) | 50.42º | 0.63% | 0.9% | - |
| XYZ | 56.63 | 62.12 | 17.81 | - |
| YUV | 200.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 86 | 0 | 0.10 | 0.63 | 0.10 | 50.42 | 0.74 | 0.62 |
| Hex | E6 | CF | 56 | 0 | A | 3F | A | 32 | 4A | 3E |
| Octal | 346 | 317 | 126 | 0 | 12 | 77 | 12 | 62 | 112 | 76 |
| Binary | 11100110 | 11001111 | 1010110 | 0 | 1010 | 111111 | 1010 | 110010 | 1001010 | 111110 |
Color Harmonies of #E6CF56
Complementary color
Monochromatic Colors of #E6CF56
Black with #E6CF56
Text Example
Text Example
White with #E6CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF56; }
p { color: rgb(230,207,86); }
H1.HeaderClassName
{
color: #E6CF56;
}
.AnyTagClassName
{
color: #E6CF56;
}
</style>
background-color css
<style>
a { background-color: #E6CF56; }
a { background-color: rgb(230,207,86); }
div.DivClassName
{
background-color: #E6CF56;
}
.BgClassName
{
background-color: #E6CF56;
}
</style>
border-color css
<style>
span { border-color: #E6CF56; }
span { border-color: rgb(230,207,86); }
td.TdClassName
{
border-color: #E6CF56;
}
.TagClassName
{
border-color: #E6CF56;
}
</style>