Shades of Portica #EEDA57
Tints of Portica #EEDA57
RGB
CMYK
RGB Variations
Color information
#EEDA57 (or 0xEEDA57) is known color: Portica. HEX triplet: EE, DA and 57. RGB value is (238,218,87). Sum of RGB (Red+Green+Blue) = 238+218+87=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 87 (34.38% from 255 or 16.02% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA57 is #1125A8. Grayscale: #D1D1D1. Windows color (decimal): -1123753 or 5757678. OLE color: 5757678.
HSL color Cylindrical-coordinate representation of color #EEDA57: hue angle of 52.05º 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 #EEDA57 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 87 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.07 |
| HSL | 52.05º | 0.82% | 0.64% | - |
| HSV(B) | 52.05º | 0.63% | 0.93% | - |
| XYZ | 62.05 | 69.01 | 19.07 | - |
| YUV | 209.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 87 | 0 | 0.08 | 0.63 | 0.07 | 52.05 | 0.82 | 0.64 |
| Hex | EE | DA | 57 | 0 | 8 | 3F | 7 | 34 | 52 | 40 |
| Octal | 356 | 332 | 127 | 0 | 10 | 77 | 7 | 64 | 122 | 100 |
| Binary | 11101110 | 11011010 | 1010111 | 0 | 1000 | 111111 | 111 | 110100 | 1010010 | 1000000 |
Color Harmonies of #EEDA57
Complementary color
Monochromatic Colors of #EEDA57
Black with #EEDA57
Text Example
Text Example
White with #EEDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA57; }
p { color: rgb(238,218,87); }
H1.HeaderClassName
{
color: #EEDA57;
}
.AnyTagClassName
{
color: #EEDA57;
}
</style>
background-color css
<style>
a { background-color: #EEDA57; }
a { background-color: rgb(238,218,87); }
div.DivClassName
{
background-color: #EEDA57;
}
.BgClassName
{
background-color: #EEDA57;
}
</style>
border-color css
<style>
span { border-color: #EEDA57; }
span { border-color: rgb(238,218,87); }
td.TdClassName
{
border-color: #EEDA57;
}
.TagClassName
{
border-color: #EEDA57;
}
</style>