Shades of Portica #EECA59
Tints of Portica #EECA59
RGB
CMYK
RGB Variations
Color information
#EECA59 (or 0xEECA59) is known color: Portica. HEX triplet: EE, CA and 59. RGB value is (238,202,89). Sum of RGB (Red+Green+Blue) = 238+202+89=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA59 is #1135A6. Grayscale: #C8C8C8. Windows color (decimal): -1127847 or 5884654. OLE color: 5884654.
HSL color Cylindrical-coordinate representation of color #EECA59: hue angle of 45.5º 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 #EECA59 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 89 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.07 |
| HSL | 45.5º | 0.81% | 0.64% | - |
| HSV(B) | 45.5º | 0.63% | 0.93% | - |
| XYZ | 58.18 | 61.14 | 18.19 | - |
| YUV | 199.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 89 | 0 | 0.15 | 0.63 | 0.07 | 45.5 | 0.81 | 0.64 |
| Hex | EE | CA | 59 | 0 | F | 3F | 7 | 2E | 51 | 40 |
| Octal | 356 | 312 | 131 | 0 | 17 | 77 | 7 | 56 | 121 | 100 |
| Binary | 11101110 | 11001010 | 1011001 | 0 | 1111 | 111111 | 111 | 101110 | 1010001 | 1000000 |
Color Harmonies of #EECA59
Complementary color
Monochromatic Colors of #EECA59
Black with #EECA59
Text Example
Text Example
White with #EECA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA59; }
p { color: rgb(238,202,89); }
H1.HeaderClassName
{
color: #EECA59;
}
.AnyTagClassName
{
color: #EECA59;
}
</style>
background-color css
<style>
a { background-color: #EECA59; }
a { background-color: rgb(238,202,89); }
div.DivClassName
{
background-color: #EECA59;
}
.BgClassName
{
background-color: #EECA59;
}
</style>
border-color css
<style>
span { border-color: #EECA59; }
span { border-color: rgb(238,202,89); }
td.TdClassName
{
border-color: #EECA59;
}
.TagClassName
{
border-color: #EECA59;
}
</style>