Shades of Portica #EED957
Tints of Portica #EED957
RGB
CMYK
RGB Variations
Color information
#EED957 (or 0xEED957) is known color: Portica. HEX triplet: EE, D9 and 57. RGB value is (238,217,87). Sum of RGB (Red+Green+Blue) = 238+217+87=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 87 (34.38% from 255 or 16.05% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EED957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED957 is #1126A8. Grayscale: #D1D1D1. Windows color (decimal): -1124009 or 5757422. OLE color: 5757422.
HSL color Cylindrical-coordinate representation of color #EED957: hue angle of 51.66º degrees, saturation: 0.82, 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 #EED957 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 87 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.07 |
| HSL | 51.66º | 0.82% | 0.64% | - |
| HSV(B) | 51.66º | 0.63% | 0.93% | - |
| XYZ | 61.79 | 68.49 | 18.98 | - |
| YUV | 208.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 87 | 0 | 0.09 | 0.63 | 0.07 | 51.66 | 0.82 | 0.64 |
| Hex | EE | D9 | 57 | 0 | 9 | 3F | 7 | 34 | 52 | 40 |
| Octal | 356 | 331 | 127 | 0 | 11 | 77 | 7 | 64 | 122 | 100 |
| Binary | 11101110 | 11011001 | 1010111 | 0 | 1001 | 111111 | 111 | 110100 | 1010010 | 1000000 |
Color Harmonies of #EED957
Complementary color
Monochromatic Colors of #EED957
Black with #EED957
Text Example
Text Example
White with #EED957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED957; }
p { color: rgb(238,217,87); }
H1.HeaderClassName
{
color: #EED957;
}
.AnyTagClassName
{
color: #EED957;
}
</style>
background-color css
<style>
a { background-color: #EED957; }
a { background-color: rgb(238,217,87); }
div.DivClassName
{
background-color: #EED957;
}
.BgClassName
{
background-color: #EED957;
}
</style>
border-color css
<style>
span { border-color: #EED957; }
span { border-color: rgb(238,217,87); }
td.TdClassName
{
border-color: #EED957;
}
.TagClassName
{
border-color: #EED957;
}
</style>