Shades of Portica #EECA58
Tints of Portica #EECA58
RGB
CMYK
RGB Variations
Color information
#EECA58 (or 0xEECA58) is known color: Portica. HEX triplet: EE, CA and 58. RGB value is (238,202,88). Sum of RGB (Red+Green+Blue) = 238+202+88=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 88 (34.77% from 255 or 16.67% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA58 is #1135A7. Grayscale: #C8C8C8. Windows color (decimal): -1127848 or 5819118. OLE color: 5819118.
HSL color Cylindrical-coordinate representation of color #EECA58: hue angle of 45.6º degrees, saturation: 0.82, 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 #EECA58 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 88 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.07 |
| HSL | 45.6º | 0.82% | 0.64% | - |
| HSV(B) | 45.6º | 0.63% | 0.93% | - |
| XYZ | 58.14 | 61.12 | 17.97 | - |
| YUV | 199.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 88 | 0 | 0.15 | 0.63 | 0.07 | 45.6 | 0.82 | 0.64 |
| Hex | EE | CA | 58 | 0 | F | 3F | 7 | 2E | 52 | 40 |
| Octal | 356 | 312 | 130 | 0 | 17 | 77 | 7 | 56 | 122 | 100 |
| Binary | 11101110 | 11001010 | 1011000 | 0 | 1111 | 111111 | 111 | 101110 | 1010010 | 1000000 |
Color Harmonies of #EECA58
Complementary color
Monochromatic Colors of #EECA58
Black with #EECA58
Text Example
Text Example
White with #EECA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA58; }
p { color: rgb(238,202,88); }
H1.HeaderClassName
{
color: #EECA58;
}
.AnyTagClassName
{
color: #EECA58;
}
</style>
background-color css
<style>
a { background-color: #EECA58; }
a { background-color: rgb(238,202,88); }
div.DivClassName
{
background-color: #EECA58;
}
.BgClassName
{
background-color: #EECA58;
}
</style>
border-color css
<style>
span { border-color: #EECA58; }
span { border-color: rgb(238,202,88); }
td.TdClassName
{
border-color: #EECA58;
}
.TagClassName
{
border-color: #EECA58;
}
</style>