Shades of Portica #E6CF58
Tints of Portica #E6CF58
RGB
CMYK
RGB Variations
Color information
#E6CF58 (or 0xE6CF58) is known color: Portica. HEX triplet: E6, CF and 58. RGB value is (230,207,88). Sum of RGB (Red+Green+Blue) = 230+207+88=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF58 is #1930A7. Grayscale: #C8C8C8. Windows color (decimal): -1650856 or 5820390. OLE color: 5820390.
HSL color Cylindrical-coordinate representation of color #E6CF58: hue angle of 50.28º degrees, saturation: 0.74, 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 #E6CF58 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 88 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.10 |
| HSL | 50.28º | 0.74% | 0.62% | - |
| HSV(B) | 50.28º | 0.62% | 0.9% | - |
| XYZ | 56.71 | 62.15 | 18.24 | - |
| YUV | 200.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 88 | 0 | 0.10 | 0.62 | 0.10 | 50.28 | 0.74 | 0.62 |
| Hex | E6 | CF | 58 | 0 | A | 3E | A | 32 | 4A | 3E |
| Octal | 346 | 317 | 130 | 0 | 12 | 76 | 12 | 62 | 112 | 76 |
| Binary | 11100110 | 11001111 | 1011000 | 0 | 1010 | 111110 | 1010 | 110010 | 1001010 | 111110 |
Color Harmonies of #E6CF58
Complementary color
Monochromatic Colors of #E6CF58
Black with #E6CF58
Text Example
Text Example
White with #E6CF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF58; }
p { color: rgb(230,207,88); }
H1.HeaderClassName
{
color: #E6CF58;
}
.AnyTagClassName
{
color: #E6CF58;
}
</style>
background-color css
<style>
a { background-color: #E6CF58; }
a { background-color: rgb(230,207,88); }
div.DivClassName
{
background-color: #E6CF58;
}
.BgClassName
{
background-color: #E6CF58;
}
</style>
border-color css
<style>
span { border-color: #E6CF58; }
span { border-color: rgb(230,207,88); }
td.TdClassName
{
border-color: #E6CF58;
}
.TagClassName
{
border-color: #E6CF58;
}
</style>