Shades of Portica #EED356
Tints of Portica #EED356
RGB
CMYK
RGB Variations
Color information
#EED356 (or 0xEED356) is known color: Portica. HEX triplet: EE, D3 and 56. RGB value is (238,211,86). Sum of RGB (Red+Green+Blue) = 238+211+86=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EED356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED356 is #112CA9. Grayscale: #CDCDCD. Windows color (decimal): -1125546 or 5690350. OLE color: 5690350.
HSL color Cylindrical-coordinate representation of color #EED356: hue angle of 49.34º 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 #EED356 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 86 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.34º | 0.82% | 0.64% | - |
| HSV(B) | 49.34º | 0.64% | 0.93% | - |
| XYZ | 60.23 | 65.44 | 18.26 | - |
| YUV | 204.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 86 | 0 | 0.11 | 0.64 | 0.07 | 49.34 | 0.82 | 0.64 |
| Hex | EE | D3 | 56 | 0 | B | 40 | 7 | 31 | 52 | 40 |
| Octal | 356 | 323 | 126 | 0 | 13 | 100 | 7 | 61 | 122 | 100 |
| Binary | 11101110 | 11010011 | 1010110 | 0 | 1011 | 1000000 | 111 | 110001 | 1010010 | 1000000 |
Color Harmonies of #EED356
Complementary color
Monochromatic Colors of #EED356
Black with #EED356
Text Example
Text Example
White with #EED356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED356; }
p { color: rgb(238,211,86); }
H1.HeaderClassName
{
color: #EED356;
}
.AnyTagClassName
{
color: #EED356;
}
</style>
background-color css
<style>
a { background-color: #EED356; }
a { background-color: rgb(238,211,86); }
div.DivClassName
{
background-color: #EED356;
}
.BgClassName
{
background-color: #EED356;
}
</style>
border-color css
<style>
span { border-color: #EED356; }
span { border-color: rgb(238,211,86); }
td.TdClassName
{
border-color: #EED356;
}
.TagClassName
{
border-color: #EED356;
}
</style>