Shades of Portica #EED956
Tints of Portica #EED956
RGB
CMYK
RGB Variations
Color information
#EED956 (or 0xEED956) is known color: Portica. HEX triplet: EE, D9 and 56. RGB value is (238,217,86). Sum of RGB (Red+Green+Blue) = 238+217+86=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EED956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED956 is #1126A9. Grayscale: #D0D0D0. Windows color (decimal): -1124010 or 5691886. OLE color: 5691886.
HSL color Cylindrical-coordinate representation of color #EED956: hue angle of 51.71º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EED956 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 86 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.07 |
| HSL | 51.71º | 0.82% | 0.64% | - |
| HSV(B) | 51.71º | 0.64% | 0.93% | - |
| XYZ | 61.75 | 68.47 | 18.77 | - |
| YUV | 208.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 86 | 0 | 0.09 | 0.64 | 0.07 | 51.71 | 0.82 | 0.64 |
| Hex | EE | D9 | 56 | 0 | 9 | 40 | 7 | 34 | 52 | 40 |
| Octal | 356 | 331 | 126 | 0 | 11 | 100 | 7 | 64 | 122 | 100 |
| Binary | 11101110 | 11011001 | 1010110 | 0 | 1001 | 1000000 | 111 | 110100 | 1010010 | 1000000 |
Color Harmonies of #EED956
Complementary color
Monochromatic Colors of #EED956
Black with #EED956
Text Example
Text Example
White with #EED956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED956; }
p { color: rgb(238,217,86); }
H1.HeaderClassName
{
color: #EED956;
}
.AnyTagClassName
{
color: #EED956;
}
</style>
background-color css
<style>
a { background-color: #EED956; }
a { background-color: rgb(238,217,86); }
div.DivClassName
{
background-color: #EED956;
}
.BgClassName
{
background-color: #EED956;
}
</style>
border-color css
<style>
span { border-color: #EED956; }
span { border-color: rgb(238,217,86); }
td.TdClassName
{
border-color: #EED956;
}
.TagClassName
{
border-color: #EED956;
}
</style>