Shades of Portica #EECF58
Tints of Portica #EECF58
RGB
CMYK
RGB Variations
Color information
#EECF58 (or 0xEECF58) is known color: Portica. HEX triplet: EE, CF and 58. RGB value is (238,207,88). Sum of RGB (Red+Green+Blue) = 238+207+88=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF58 is #1130A7. Grayscale: #CBCBCB. Windows color (decimal): -1126568 or 5820398. OLE color: 5820398.
HSL color Cylindrical-coordinate representation of color #EECF58: hue angle of 47.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 #EECF58 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 88 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.07 |
| HSL | 47.6º | 0.82% | 0.64% | - |
| HSV(B) | 47.6º | 0.63% | 0.93% | - |
| XYZ | 59.33 | 63.51 | 18.36 | - |
| YUV | 202.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 88 | 0 | 0.13 | 0.63 | 0.07 | 47.6 | 0.82 | 0.64 |
| Hex | EE | CF | 58 | 0 | D | 3F | 7 | 30 | 52 | 40 |
| Octal | 356 | 317 | 130 | 0 | 15 | 77 | 7 | 60 | 122 | 100 |
| Binary | 11101110 | 11001111 | 1011000 | 0 | 1101 | 111111 | 111 | 110000 | 1010010 | 1000000 |
Color Harmonies of #EECF58
Complementary color
Monochromatic Colors of #EECF58
Black with #EECF58
Text Example
Text Example
White with #EECF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF58; }
p { color: rgb(238,207,88); }
H1.HeaderClassName
{
color: #EECF58;
}
.AnyTagClassName
{
color: #EECF58;
}
</style>
background-color css
<style>
a { background-color: #EECF58; }
a { background-color: rgb(238,207,88); }
div.DivClassName
{
background-color: #EECF58;
}
.BgClassName
{
background-color: #EECF58;
}
</style>
border-color css
<style>
span { border-color: #EECF58; }
span { border-color: rgb(238,207,88); }
td.TdClassName
{
border-color: #EECF58;
}
.TagClassName
{
border-color: #EECF58;
}
</style>