Shades of Portica #EED057
Tints of Portica #EED057
RGB
CMYK
RGB Variations
Color information
#EED057 (or 0xEED057) is known color: Portica. HEX triplet: EE, D0 and 57. RGB value is (238,208,87). Sum of RGB (Red+Green+Blue) = 238+208+87=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EED057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED057 is #112FA8. Grayscale: #CBCBCB. Windows color (decimal): -1126313 or 5755118. OLE color: 5755118.
HSL color Cylindrical-coordinate representation of color #EED057: hue angle of 48.08º 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 #EED057 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 87 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.07 |
| HSL | 48.08º | 0.82% | 0.64% | - |
| HSV(B) | 48.08º | 0.63% | 0.93% | - |
| XYZ | 59.54 | 63.98 | 18.23 | - |
| YUV | 203.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 87 | 0 | 0.13 | 0.63 | 0.07 | 48.08 | 0.82 | 0.64 |
| Hex | EE | D0 | 57 | 0 | D | 3F | 7 | 30 | 52 | 40 |
| Octal | 356 | 320 | 127 | 0 | 15 | 77 | 7 | 60 | 122 | 100 |
| Binary | 11101110 | 11010000 | 1010111 | 0 | 1101 | 111111 | 111 | 110000 | 1010010 | 1000000 |
Color Harmonies of #EED057
Complementary color
Monochromatic Colors of #EED057
Black with #EED057
Text Example
Text Example
White with #EED057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED057; }
p { color: rgb(238,208,87); }
H1.HeaderClassName
{
color: #EED057;
}
.AnyTagClassName
{
color: #EED057;
}
</style>
background-color css
<style>
a { background-color: #EED057; }
a { background-color: rgb(238,208,87); }
div.DivClassName
{
background-color: #EED057;
}
.BgClassName
{
background-color: #EED057;
}
</style>
border-color css
<style>
span { border-color: #EED057; }
span { border-color: rgb(238,208,87); }
td.TdClassName
{
border-color: #EED057;
}
.TagClassName
{
border-color: #EED057;
}
</style>