Shades of Portica #EED259
Tints of Portica #EED259
RGB
CMYK
RGB Variations
Color information
#EED259 (or 0xEED259) is known color: Portica. HEX triplet: EE, D2 and 59. RGB value is (238,210,89). Sum of RGB (Red+Green+Blue) = 238+210+89=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EED259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED259 is #112DA6. Grayscale: #CDCDCD. Windows color (decimal): -1125799 or 5886702. OLE color: 5886702.
HSL color Cylindrical-coordinate representation of color #EED259: hue angle of 48.72º degrees, saturation: 0.81, 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 #EED259 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 89 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.07 |
| HSL | 48.72º | 0.81% | 0.64% | - |
| HSV(B) | 48.72º | 0.63% | 0.93% | - |
| XYZ | 60.11 | 64.99 | 18.83 | - |
| YUV | 204.58 | 62.78 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 89 | 0 | 0.12 | 0.63 | 0.07 | 48.72 | 0.81 | 0.64 |
| Hex | EE | D2 | 59 | 0 | C | 3F | 7 | 31 | 51 | 40 |
| Octal | 356 | 322 | 131 | 0 | 14 | 77 | 7 | 61 | 121 | 100 |
| Binary | 11101110 | 11010010 | 1011001 | 0 | 1100 | 111111 | 111 | 110001 | 1010001 | 1000000 |
Color Harmonies of #EED259
Complementary color
Monochromatic Colors of #EED259
Black with #EED259
Text Example
Text Example
White with #EED259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED259; }
p { color: rgb(238,210,89); }
H1.HeaderClassName
{
color: #EED259;
}
.AnyTagClassName
{
color: #EED259;
}
</style>
background-color css
<style>
a { background-color: #EED259; }
a { background-color: rgb(238,210,89); }
div.DivClassName
{
background-color: #EED259;
}
.BgClassName
{
background-color: #EED259;
}
</style>
border-color css
<style>
span { border-color: #EED259; }
span { border-color: rgb(238,210,89); }
td.TdClassName
{
border-color: #EED259;
}
.TagClassName
{
border-color: #EED259;
}
</style>