Shades of Portica #EED852
Tints of Portica #EED852
RGB
CMYK
RGB Variations
Color information
#EED852 (or 0xEED852) is known color: Portica. HEX triplet: EE, D8 and 52. RGB value is (238,216,82). Sum of RGB (Red+Green+Blue) = 238+216+82=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 82 (32.42% from 255 or 15.30% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EED852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED852 is #1127AD. Grayscale: #CFCFCF. Windows color (decimal): -1124270 or 5429486. OLE color: 5429486.
HSL color Cylindrical-coordinate representation of color #EED852: hue angle of 51.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EED852 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 82 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.07 |
| HSL | 51.54º | 0.82% | 0.63% | - |
| HSV(B) | 51.54º | 0.66% | 0.93% | - |
| XYZ | 61.34 | 67.9 | 17.86 | - |
| YUV | 207.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 82 | 0 | 0.09 | 0.66 | 0.07 | 51.54 | 0.82 | 0.63 |
| Hex | EE | D8 | 52 | 0 | 9 | 42 | 7 | 34 | 52 | 3F |
| Octal | 356 | 330 | 122 | 0 | 11 | 102 | 7 | 64 | 122 | 77 |
| Binary | 11101110 | 11011000 | 1010010 | 0 | 1001 | 1000010 | 111 | 110100 | 1010010 | 111111 |
Color Harmonies of #EED852
Complementary color
Monochromatic Colors of #EED852
Black with #EED852
Text Example
Text Example
White with #EED852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED852; }
p { color: rgb(238,216,82); }
H1.HeaderClassName
{
color: #EED852;
}
.AnyTagClassName
{
color: #EED852;
}
</style>
background-color css
<style>
a { background-color: #EED852; }
a { background-color: rgb(238,216,82); }
div.DivClassName
{
background-color: #EED852;
}
.BgClassName
{
background-color: #EED852;
}
</style>
border-color css
<style>
span { border-color: #EED852; }
span { border-color: rgb(238,216,82); }
td.TdClassName
{
border-color: #EED852;
}
.TagClassName
{
border-color: #EED852;
}
</style>