Shades of Portica #EEDD54
Tints of Portica #EEDD54
RGB
CMYK
RGB Variations
Color information
#EEDD54 (or 0xEEDD54) is known color: Portica. HEX triplet: EE, DD and 54. RGB value is (238,221,84). Sum of RGB (Red+Green+Blue) = 238+221+84=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD54 is #1122AB. Grayscale: #D3D3D3. Windows color (decimal): -1122988 or 5561838. OLE color: 5561838.
HSL color Cylindrical-coordinate representation of color #EEDD54: hue angle of 53.38º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEDD54 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 84 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.07 |
| HSL | 53.38º | 0.82% | 0.63% | - |
| HSV(B) | 53.38º | 0.65% | 0.93% | - |
| XYZ | 62.72 | 70.53 | 18.7 | - |
| YUV | 210.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 84 | 0 | 0.07 | 0.65 | 0.07 | 53.38 | 0.82 | 0.63 |
| Hex | EE | DD | 54 | 0 | 7 | 41 | 7 | 35 | 52 | 3F |
| Octal | 356 | 335 | 124 | 0 | 7 | 101 | 7 | 65 | 122 | 77 |
| Binary | 11101110 | 11011101 | 1010100 | 0 | 111 | 1000001 | 111 | 110101 | 1010010 | 111111 |
Color Harmonies of #EEDD54
Complementary color
Monochromatic Colors of #EEDD54
Black with #EEDD54
Text Example
Text Example
White with #EEDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD54; }
p { color: rgb(238,221,84); }
H1.HeaderClassName
{
color: #EEDD54;
}
.AnyTagClassName
{
color: #EEDD54;
}
</style>
background-color css
<style>
a { background-color: #EEDD54; }
a { background-color: rgb(238,221,84); }
div.DivClassName
{
background-color: #EEDD54;
}
.BgClassName
{
background-color: #EEDD54;
}
</style>
border-color css
<style>
span { border-color: #EEDD54; }
span { border-color: rgb(238,221,84); }
td.TdClassName
{
border-color: #EEDD54;
}
.TagClassName
{
border-color: #EEDD54;
}
</style>