Shades of Portica #EEDC57
Tints of Portica #EEDC57
RGB
CMYK
RGB Variations
Color information
#EEDC57 (or 0xEEDC57) is known color: Portica. HEX triplet: EE, DC and 57. RGB value is (238,220,87). Sum of RGB (Red+Green+Blue) = 238+220+87=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 87 (34.38% from 255 or 15.96% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC57 is #1123A8. Grayscale: #D2D2D2. Windows color (decimal): -1123241 or 5758190. OLE color: 5758190.
HSL color Cylindrical-coordinate representation of color #EEDC57: hue angle of 52.85º 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 #EEDC57 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 87 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.07 |
| HSL | 52.85º | 0.82% | 0.64% | - |
| HSV(B) | 52.85º | 0.63% | 0.93% | - |
| XYZ | 62.57 | 70.05 | 19.24 | - |
| YUV | 210.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 87 | 0 | 0.08 | 0.63 | 0.07 | 52.85 | 0.82 | 0.64 |
| Hex | EE | DC | 57 | 0 | 8 | 3F | 7 | 35 | 52 | 40 |
| Octal | 356 | 334 | 127 | 0 | 10 | 77 | 7 | 65 | 122 | 100 |
| Binary | 11101110 | 11011100 | 1010111 | 0 | 1000 | 111111 | 111 | 110101 | 1010010 | 1000000 |
Color Harmonies of #EEDC57
Complementary color
Monochromatic Colors of #EEDC57
Black with #EEDC57
Text Example
Text Example
White with #EEDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC57; }
p { color: rgb(238,220,87); }
H1.HeaderClassName
{
color: #EEDC57;
}
.AnyTagClassName
{
color: #EEDC57;
}
</style>
background-color css
<style>
a { background-color: #EEDC57; }
a { background-color: rgb(238,220,87); }
div.DivClassName
{
background-color: #EEDC57;
}
.BgClassName
{
background-color: #EEDC57;
}
</style>
border-color css
<style>
span { border-color: #EEDC57; }
span { border-color: rgb(238,220,87); }
td.TdClassName
{
border-color: #EEDC57;
}
.TagClassName
{
border-color: #EEDC57;
}
</style>