Shades of Portica #E9CC56
Tints of Portica #E9CC56
RGB
CMYK
RGB Variations
Color information
#E9CC56 (or 0xE9CC56) is known color: Portica. HEX triplet: E9, CC and 56. RGB value is (233,204,86). Sum of RGB (Red+Green+Blue) = 233+204+86=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC56 is #1633A9. Grayscale: #C7C7C7. Windows color (decimal): -1455018 or 5688553. OLE color: 5688553.
HSL color Cylindrical-coordinate representation of color #E9CC56: hue angle of 48.16º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9CC56 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 86 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.09 |
| HSL | 48.16º | 0.77% | 0.63% | - |
| HSV(B) | 48.16º | 0.63% | 0.91% | - |
| XYZ | 56.88 | 61.18 | 17.62 | - |
| YUV | 199.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 86 | 0 | 0.12 | 0.63 | 0.09 | 48.16 | 0.77 | 0.63 |
| Hex | E9 | CC | 56 | 0 | C | 3F | 9 | 30 | 4D | 3F |
| Octal | 351 | 314 | 126 | 0 | 14 | 77 | 11 | 60 | 115 | 77 |
| Binary | 11101001 | 11001100 | 1010110 | 0 | 1100 | 111111 | 1001 | 110000 | 1001101 | 111111 |
Color Harmonies of #E9CC56
Complementary color
Monochromatic Colors of #E9CC56
Black with #E9CC56
Text Example
Text Example
White with #E9CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC56; }
p { color: rgb(233,204,86); }
H1.HeaderClassName
{
color: #E9CC56;
}
.AnyTagClassName
{
color: #E9CC56;
}
</style>
background-color css
<style>
a { background-color: #E9CC56; }
a { background-color: rgb(233,204,86); }
div.DivClassName
{
background-color: #E9CC56;
}
.BgClassName
{
background-color: #E9CC56;
}
</style>
border-color css
<style>
span { border-color: #E9CC56; }
span { border-color: rgb(233,204,86); }
td.TdClassName
{
border-color: #E9CC56;
}
.TagClassName
{
border-color: #E9CC56;
}
</style>