Shades of Portica #EECF59
Tints of Portica #EECF59
RGB
CMYK
RGB Variations
Color information
#EECF59 (or 0xEECF59) is known color: Portica. HEX triplet: EE, CF and 59. RGB value is (238,207,89). Sum of RGB (Red+Green+Blue) = 238+207+89=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF59 is #1130A6. Grayscale: #CBCBCB. Windows color (decimal): -1126567 or 5885934. OLE color: 5885934.
HSL color Cylindrical-coordinate representation of color #EECF59: hue angle of 47.52º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EECF59 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 89 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.07 |
| HSL | 47.52º | 0.81% | 0.64% | - |
| HSV(B) | 47.52º | 0.63% | 0.93% | - |
| XYZ | 59.38 | 63.52 | 18.58 | - |
| YUV | 202.82 | 63.77 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 89 | 0 | 0.13 | 0.63 | 0.07 | 47.52 | 0.81 | 0.64 |
| Hex | EE | CF | 59 | 0 | D | 3F | 7 | 30 | 51 | 40 |
| Octal | 356 | 317 | 131 | 0 | 15 | 77 | 7 | 60 | 121 | 100 |
| Binary | 11101110 | 11001111 | 1011001 | 0 | 1101 | 111111 | 111 | 110000 | 1010001 | 1000000 |
Color Harmonies of #EECF59
Complementary color
Monochromatic Colors of #EECF59
Black with #EECF59
Text Example
Text Example
White with #EECF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF59; }
p { color: rgb(238,207,89); }
H1.HeaderClassName
{
color: #EECF59;
}
.AnyTagClassName
{
color: #EECF59;
}
</style>
background-color css
<style>
a { background-color: #EECF59; }
a { background-color: rgb(238,207,89); }
div.DivClassName
{
background-color: #EECF59;
}
.BgClassName
{
background-color: #EECF59;
}
</style>
border-color css
<style>
span { border-color: #EECF59; }
span { border-color: rgb(238,207,89); }
td.TdClassName
{
border-color: #EECF59;
}
.TagClassName
{
border-color: #EECF59;
}
</style>