Shades of Portica #EEDD57
Tints of Portica #EEDD57
RGB
CMYK
RGB Variations
Color information
#EEDD57 (or 0xEEDD57) is known color: Portica. HEX triplet: EE, DD and 57. RGB value is (238,221,87). Sum of RGB (Red+Green+Blue) = 238+221+87=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 87 (34.38% from 255 or 15.93% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD57 is #1122A8. Grayscale: #D3D3D3. Windows color (decimal): -1122985 or 5758446. OLE color: 5758446.
HSL color Cylindrical-coordinate representation of color #EEDD57: hue angle of 53.25º 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 #EEDD57 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 87 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.07 |
| HSL | 53.25º | 0.82% | 0.64% | - |
| HSV(B) | 53.25º | 0.63% | 0.93% | - |
| XYZ | 62.84 | 70.58 | 19.33 | - |
| YUV | 210.81 | 58.13 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 87 | 0 | 0.07 | 0.63 | 0.07 | 53.25 | 0.82 | 0.64 |
| Hex | EE | DD | 57 | 0 | 7 | 3F | 7 | 35 | 52 | 40 |
| Octal | 356 | 335 | 127 | 0 | 7 | 77 | 7 | 65 | 122 | 100 |
| Binary | 11101110 | 11011101 | 1010111 | 0 | 111 | 111111 | 111 | 110101 | 1010010 | 1000000 |
Color Harmonies of #EEDD57
Complementary color
Monochromatic Colors of #EEDD57
Black with #EEDD57
Text Example
Text Example
White with #EEDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD57; }
p { color: rgb(238,221,87); }
H1.HeaderClassName
{
color: #EEDD57;
}
.AnyTagClassName
{
color: #EEDD57;
}
</style>
background-color css
<style>
a { background-color: #EEDD57; }
a { background-color: rgb(238,221,87); }
div.DivClassName
{
background-color: #EEDD57;
}
.BgClassName
{
background-color: #EEDD57;
}
</style>
border-color css
<style>
span { border-color: #EEDD57; }
span { border-color: rgb(238,221,87); }
td.TdClassName
{
border-color: #EEDD57;
}
.TagClassName
{
border-color: #EEDD57;
}
</style>