Shades of Portica #EEDB56
Tints of Portica #EEDB56
RGB
CMYK
RGB Variations
Color information
#EEDB56 (or 0xEEDB56) is known color: Portica. HEX triplet: EE, DB and 56. RGB value is (238,219,86). Sum of RGB (Red+Green+Blue) = 238+219+86=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB56 is #1124A9. Grayscale: #D2D2D2. Windows color (decimal): -1123498 or 5692398. OLE color: 5692398.
HSL color Cylindrical-coordinate representation of color #EEDB56: hue angle of 52.5º 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 #EEDB56 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 86 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.07 |
| HSL | 52.5º | 0.82% | 0.64% | - |
| HSV(B) | 52.5º | 0.64% | 0.93% | - |
| XYZ | 62.27 | 69.51 | 18.94 | - |
| YUV | 209.52 | 58.29 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 86 | 0 | 0.08 | 0.64 | 0.07 | 52.5 | 0.82 | 0.64 |
| Hex | EE | DB | 56 | 0 | 8 | 40 | 7 | 34 | 52 | 40 |
| Octal | 356 | 333 | 126 | 0 | 10 | 100 | 7 | 64 | 122 | 100 |
| Binary | 11101110 | 11011011 | 1010110 | 0 | 1000 | 1000000 | 111 | 110100 | 1010010 | 1000000 |
Color Harmonies of #EEDB56
Complementary color
Monochromatic Colors of #EEDB56
Black with #EEDB56
Text Example
Text Example
White with #EEDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB56; }
p { color: rgb(238,219,86); }
H1.HeaderClassName
{
color: #EEDB56;
}
.AnyTagClassName
{
color: #EEDB56;
}
</style>
background-color css
<style>
a { background-color: #EEDB56; }
a { background-color: rgb(238,219,86); }
div.DivClassName
{
background-color: #EEDB56;
}
.BgClassName
{
background-color: #EEDB56;
}
</style>
border-color css
<style>
span { border-color: #EEDB56; }
span { border-color: rgb(238,219,86); }
td.TdClassName
{
border-color: #EEDB56;
}
.TagClassName
{
border-color: #EEDB56;
}
</style>