Shades of Portica #EED855
Tints of Portica #EED855
RGB
CMYK
RGB Variations
Color information
#EED855 (or 0xEED855) is known color: Portica. HEX triplet: EE, D8 and 55. RGB value is (238,216,85). Sum of RGB (Red+Green+Blue) = 238+216+85=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EED855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED855 is #1127AA. Grayscale: #D0D0D0. Windows color (decimal): -1124267 or 5626094. OLE color: 5626094.
HSL color Cylindrical-coordinate representation of color #EED855: hue angle of 51.37º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EED855 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 85 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.07 |
| HSL | 51.37º | 0.82% | 0.63% | - |
| HSV(B) | 51.37º | 0.64% | 0.93% | - |
| XYZ | 61.46 | 67.94 | 18.47 | - |
| YUV | 207.64 | 58.79 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 85 | 0 | 0.09 | 0.64 | 0.07 | 51.37 | 0.82 | 0.63 |
| Hex | EE | D8 | 55 | 0 | 9 | 40 | 7 | 33 | 52 | 3F |
| Octal | 356 | 330 | 125 | 0 | 11 | 100 | 7 | 63 | 122 | 77 |
| Binary | 11101110 | 11011000 | 1010101 | 0 | 1001 | 1000000 | 111 | 110011 | 1010010 | 111111 |
Color Harmonies of #EED855
Complementary color
Monochromatic Colors of #EED855
Black with #EED855
Text Example
Text Example
White with #EED855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED855; }
p { color: rgb(238,216,85); }
H1.HeaderClassName
{
color: #EED855;
}
.AnyTagClassName
{
color: #EED855;
}
</style>
background-color css
<style>
a { background-color: #EED855; }
a { background-color: rgb(238,216,85); }
div.DivClassName
{
background-color: #EED855;
}
.BgClassName
{
background-color: #EED855;
}
</style>
border-color css
<style>
span { border-color: #EED855; }
span { border-color: rgb(238,216,85); }
td.TdClassName
{
border-color: #EED855;
}
.TagClassName
{
border-color: #EED855;
}
</style>