Shades of Portica #E9CE5D
Tints of Portica #E9CE5D
RGB
CMYK
RGB Variations
Color information
#E9CE5D (or 0xE9CE5D) is known color: Portica. HEX triplet: E9, CE and 5D. RGB value is (233,206,93). Sum of RGB (Red+Green+Blue) = 233+206+93=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CE5D is #1631A2. Grayscale: #C9C9C9. Windows color (decimal): -1454499 or 6147817. OLE color: 6147817.
HSL color Cylindrical-coordinate representation of color #E9CE5D: hue angle of 48.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9CE5D is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 93 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.09 |
| HSL | 48.43º | 0.76% | 0.64% | - |
| HSV(B) | 48.43º | 0.6% | 0.91% | - |
| XYZ | 57.65 | 62.26 | 19.33 | - |
| YUV | 201.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 93 | 0 | 0.12 | 0.60 | 0.09 | 48.43 | 0.76 | 0.64 |
| Hex | E9 | CE | 5D | 0 | C | 3C | 9 | 30 | 4C | 40 |
| Octal | 351 | 316 | 135 | 0 | 14 | 74 | 11 | 60 | 114 | 100 |
| Binary | 11101001 | 11001110 | 1011101 | 0 | 1100 | 111100 | 1001 | 110000 | 1001100 | 1000000 |
Color Harmonies of #E9CE5D
Complementary color
Monochromatic Colors of #E9CE5D
Black with #E9CE5D
Text Example
Text Example
White with #E9CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CE5D; }
p { color: rgb(233,206,93); }
H1.HeaderClassName
{
color: #E9CE5D;
}
.AnyTagClassName
{
color: #E9CE5D;
}
</style>
background-color css
<style>
a { background-color: #E9CE5D; }
a { background-color: rgb(233,206,93); }
div.DivClassName
{
background-color: #E9CE5D;
}
.BgClassName
{
background-color: #E9CE5D;
}
</style>
border-color css
<style>
span { border-color: #E9CE5D; }
span { border-color: rgb(233,206,93); }
td.TdClassName
{
border-color: #E9CE5D;
}
.TagClassName
{
border-color: #E9CE5D;
}
</style>