Shades of Portica #E6CC58
Tints of Portica #E6CC58
RGB
CMYK
RGB Variations
Color information
#E6CC58 (or 0xE6CC58) is known color: Portica. HEX triplet: E6, CC and 58. RGB value is (230,204,88). Sum of RGB (Red+Green+Blue) = 230+204+88=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 88 (34.77% from 255 or 16.86% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC58 is #1933A7. Grayscale: #C7C7C7. Windows color (decimal): -1651624 or 5819622. OLE color: 5819622.
HSL color Cylindrical-coordinate representation of color #E6CC58: hue angle of 49.01º 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 #E6CC58 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 88 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.10 |
| HSL | 49.01º | 0.74% | 0.62% | - |
| HSV(B) | 49.01º | 0.62% | 0.9% | - |
| XYZ | 55.99 | 60.71 | 18 | - |
| YUV | 198.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 88 | 0 | 0.11 | 0.62 | 0.10 | 49.01 | 0.74 | 0.62 |
| Hex | E6 | CC | 58 | 0 | B | 3E | A | 31 | 4A | 3E |
| Octal | 346 | 314 | 130 | 0 | 13 | 76 | 12 | 61 | 112 | 76 |
| Binary | 11100110 | 11001100 | 1011000 | 0 | 1011 | 111110 | 1010 | 110001 | 1001010 | 111110 |
Color Harmonies of #E6CC58
Complementary color
Monochromatic Colors of #E6CC58
Black with #E6CC58
Text Example
Text Example
White with #E6CC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC58; }
p { color: rgb(230,204,88); }
H1.HeaderClassName
{
color: #E6CC58;
}
.AnyTagClassName
{
color: #E6CC58;
}
</style>
background-color css
<style>
a { background-color: #E6CC58; }
a { background-color: rgb(230,204,88); }
div.DivClassName
{
background-color: #E6CC58;
}
.BgClassName
{
background-color: #E6CC58;
}
</style>
border-color css
<style>
span { border-color: #E6CC58; }
span { border-color: rgb(230,204,88); }
td.TdClassName
{
border-color: #E6CC58;
}
.TagClassName
{
border-color: #E6CC58;
}
</style>