Shades of Portica #EED954
Tints of Portica #EED954
RGB
CMYK
RGB Variations
Color information
#EED954 (or 0xEED954) is known color: Portica. HEX triplet: EE, D9 and 54. RGB value is (238,217,84). Sum of RGB (Red+Green+Blue) = 238+217+84=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EED954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED954 is #1126AB. Grayscale: #D0D0D0. Windows color (decimal): -1124012 or 5560814. OLE color: 5560814.
HSL color Cylindrical-coordinate representation of color #EED954: hue angle of 51.82º 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 #EED954 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 84 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.07 |
| HSL | 51.82º | 0.82% | 0.63% | - |
| HSV(B) | 51.82º | 0.65% | 0.93% | - |
| XYZ | 61.67 | 68.44 | 18.35 | - |
| YUV | 208.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 84 | 0 | 0.09 | 0.65 | 0.07 | 51.82 | 0.82 | 0.63 |
| Hex | EE | D9 | 54 | 0 | 9 | 41 | 7 | 34 | 52 | 3F |
| Octal | 356 | 331 | 124 | 0 | 11 | 101 | 7 | 64 | 122 | 77 |
| Binary | 11101110 | 11011001 | 1010100 | 0 | 1001 | 1000001 | 111 | 110100 | 1010010 | 111111 |
Color Harmonies of #EED954
Complementary color
Monochromatic Colors of #EED954
Black with #EED954
Text Example
Text Example
White with #EED954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED954; }
p { color: rgb(238,217,84); }
H1.HeaderClassName
{
color: #EED954;
}
.AnyTagClassName
{
color: #EED954;
}
</style>
background-color css
<style>
a { background-color: #EED954; }
a { background-color: rgb(238,217,84); }
div.DivClassName
{
background-color: #EED954;
}
.BgClassName
{
background-color: #EED954;
}
</style>
border-color css
<style>
span { border-color: #EED954; }
span { border-color: rgb(238,217,84); }
td.TdClassName
{
border-color: #EED954;
}
.TagClassName
{
border-color: #EED954;
}
</style>