Shades of Portica #EEDB53
Tints of Portica #EEDB53
RGB
CMYK
RGB Variations
Color information
#EEDB53 (or 0xEEDB53) is known color: Portica. HEX triplet: EE, DB and 53. RGB value is (238,219,83). Sum of RGB (Red+Green+Blue) = 238+219+83=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB53 is #1124AC. Grayscale: #D1D1D1. Windows color (decimal): -1123501 or 5495790. OLE color: 5495790.
HSL color Cylindrical-coordinate representation of color #EEDB53: hue angle of 52.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EEDB53 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 83 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.07 |
| HSL | 52.65º | 0.82% | 0.63% | - |
| HSV(B) | 52.65º | 0.65% | 0.93% | - |
| XYZ | 62.15 | 69.46 | 18.32 | - |
| YUV | 209.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 83 | 0 | 0.08 | 0.65 | 0.07 | 52.65 | 0.82 | 0.63 |
| Hex | EE | DB | 53 | 0 | 8 | 41 | 7 | 35 | 52 | 3F |
| Octal | 356 | 333 | 123 | 0 | 10 | 101 | 7 | 65 | 122 | 77 |
| Binary | 11101110 | 11011011 | 1010011 | 0 | 1000 | 1000001 | 111 | 110101 | 1010010 | 111111 |
Color Harmonies of #EEDB53
Complementary color
Monochromatic Colors of #EEDB53
Black with #EEDB53
Text Example
Text Example
White with #EEDB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB53; }
p { color: rgb(238,219,83); }
H1.HeaderClassName
{
color: #EEDB53;
}
.AnyTagClassName
{
color: #EEDB53;
}
</style>
background-color css
<style>
a { background-color: #EEDB53; }
a { background-color: rgb(238,219,83); }
div.DivClassName
{
background-color: #EEDB53;
}
.BgClassName
{
background-color: #EEDB53;
}
</style>
border-color css
<style>
span { border-color: #EEDB53; }
span { border-color: rgb(238,219,83); }
td.TdClassName
{
border-color: #EEDB53;
}
.TagClassName
{
border-color: #EEDB53;
}
</style>