Shades of Portica #E9CF5C
Tints of Portica #E9CF5C
RGB
CMYK
RGB Variations
Color information
#E9CF5C (or 0xE9CF5C) is known color: Portica. HEX triplet: E9, CF and 5C. RGB value is (233,207,92). Sum of RGB (Red+Green+Blue) = 233+207+92=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CF5C is #1630A3. Grayscale: #CACACA. Windows color (decimal): -1454244 or 6082537. OLE color: 6082537.
HSL color Cylindrical-coordinate representation of color #E9CF5C: hue angle of 48.94º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9CF5C is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 207 | 92 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.09 |
| HSL | 48.94º | 0.76% | 0.64% | - |
| HSV(B) | 48.94º | 0.61% | 0.91% | - |
| XYZ | 57.85 | 62.72 | 19.18 | - |
| YUV | 201.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 207 | 92 | 0 | 0.11 | 0.61 | 0.09 | 48.94 | 0.76 | 0.64 |
| Hex | E9 | CF | 5C | 0 | B | 3D | 9 | 31 | 4C | 40 |
| Octal | 351 | 317 | 134 | 0 | 13 | 75 | 11 | 61 | 114 | 100 |
| Binary | 11101001 | 11001111 | 1011100 | 0 | 1011 | 111101 | 1001 | 110001 | 1001100 | 1000000 |
Color Harmonies of #E9CF5C
Complementary color
Monochromatic Colors of #E9CF5C
Black with #E9CF5C
Text Example
Text Example
White with #E9CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CF5C; }
p { color: rgb(233,207,92); }
H1.HeaderClassName
{
color: #E9CF5C;
}
.AnyTagClassName
{
color: #E9CF5C;
}
</style>
background-color css
<style>
a { background-color: #E9CF5C; }
a { background-color: rgb(233,207,92); }
div.DivClassName
{
background-color: #E9CF5C;
}
.BgClassName
{
background-color: #E9CF5C;
}
</style>
border-color css
<style>
span { border-color: #E9CF5C; }
span { border-color: rgb(233,207,92); }
td.TdClassName
{
border-color: #E9CF5C;
}
.TagClassName
{
border-color: #E9CF5C;
}
</style>