Shades of Portica #E6CF55
Tints of Portica #E6CF55
RGB
CMYK
RGB Variations
Color information
#E6CF55 (or 0xE6CF55) is known color: Portica. HEX triplet: E6, CF and 55. RGB value is (230,207,85). Sum of RGB (Red+Green+Blue) = 230+207+85=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF55 is #1930AA. Grayscale: #C8C8C8. Windows color (decimal): -1650859 or 5623782. OLE color: 5623782.
HSL color Cylindrical-coordinate representation of color #E6CF55: hue angle of 50.48º 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 #E6CF55 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 85 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.10 |
| HSL | 50.48º | 0.74% | 0.62% | - |
| HSV(B) | 50.48º | 0.63% | 0.9% | - |
| XYZ | 56.59 | 62.1 | 17.6 | - |
| YUV | 199.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 85 | 0 | 0.10 | 0.63 | 0.10 | 50.48 | 0.74 | 0.62 |
| Hex | E6 | CF | 55 | 0 | A | 3F | A | 32 | 4A | 3E |
| Octal | 346 | 317 | 125 | 0 | 12 | 77 | 12 | 62 | 112 | 76 |
| Binary | 11100110 | 11001111 | 1010101 | 0 | 1010 | 111111 | 1010 | 110010 | 1001010 | 111110 |
Color Harmonies of #E6CF55
Complementary color
Monochromatic Colors of #E6CF55
Black with #E6CF55
Text Example
Text Example
White with #E6CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF55; }
p { color: rgb(230,207,85); }
H1.HeaderClassName
{
color: #E6CF55;
}
.AnyTagClassName
{
color: #E6CF55;
}
</style>
background-color css
<style>
a { background-color: #E6CF55; }
a { background-color: rgb(230,207,85); }
div.DivClassName
{
background-color: #E6CF55;
}
.BgClassName
{
background-color: #E6CF55;
}
</style>
border-color css
<style>
span { border-color: #E6CF55; }
span { border-color: rgb(230,207,85); }
td.TdClassName
{
border-color: #E6CF55;
}
.TagClassName
{
border-color: #E6CF55;
}
</style>