Shades of Portica #E9CE56
Tints of Portica #E9CE56
RGB
CMYK
RGB Variations
Color information
#E9CE56 (or 0xE9CE56) is known color: Portica. HEX triplet: E9, CE and 56. RGB value is (233,206,86). Sum of RGB (Red+Green+Blue) = 233+206+86=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CE56 is #1631A9. Grayscale: #C8C8C8. Windows color (decimal): -1454506 or 5689065. OLE color: 5689065.
HSL color Cylindrical-coordinate representation of color #E9CE56: hue angle of 48.98º 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 #E9CE56 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 86 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.09 |
| HSL | 48.98º | 0.77% | 0.63% | - |
| HSV(B) | 48.98º | 0.63% | 0.91% | - |
| XYZ | 57.36 | 62.14 | 17.78 | - |
| YUV | 200.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 86 | 0 | 0.12 | 0.63 | 0.09 | 48.98 | 0.77 | 0.63 |
| Hex | E9 | CE | 56 | 0 | C | 3F | 9 | 31 | 4D | 3F |
| Octal | 351 | 316 | 126 | 0 | 14 | 77 | 11 | 61 | 115 | 77 |
| Binary | 11101001 | 11001110 | 1010110 | 0 | 1100 | 111111 | 1001 | 110001 | 1001101 | 111111 |
Color Harmonies of #E9CE56
Complementary color
Monochromatic Colors of #E9CE56
Black with #E9CE56
Text Example
Text Example
White with #E9CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE56; }
p { color: rgb(233,206,86); }
H1.HeaderClassName
{
color: #E9CE56;
}
.AnyTagClassName
{
color: #E9CE56;
}
</style>
background-color css
<style>
a { background-color: #E9CE56; }
a { background-color: rgb(233,206,86); }
div.DivClassName
{
background-color: #E9CE56;
}
.BgClassName
{
background-color: #E9CE56;
}
</style>
border-color css
<style>
span { border-color: #E9CE56; }
span { border-color: rgb(233,206,86); }
td.TdClassName
{
border-color: #E9CE56;
}
.TagClassName
{
border-color: #E9CE56;
}
</style>