Shades of Portica #EEDB4E
Tints of Portica #EEDB4E
RGB
CMYK
RGB Variations
Color information
#EEDB4E (or 0xEEDB4E) is known color: Portica. HEX triplet: EE, DB and 4E. RGB value is (238,219,78). Sum of RGB (Red+Green+Blue) = 238+219+78=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB4E is #1124B1. Grayscale: #D1D1D1. Windows color (decimal): -1123506 or 5168110. OLE color: 5168110.
HSL color Cylindrical-coordinate representation of color #EEDB4E: hue angle of 52.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEDB4E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 78 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.07 |
| HSL | 52.88º | 0.82% | 0.62% | - |
| HSV(B) | 52.88º | 0.67% | 0.93% | - |
| XYZ | 61.97 | 69.39 | 17.34 | - |
| YUV | 208.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 78 | 0 | 0.08 | 0.67 | 0.07 | 52.88 | 0.82 | 0.62 |
| Hex | EE | DB | 4E | 0 | 8 | 43 | 7 | 35 | 52 | 3E |
| Octal | 356 | 333 | 116 | 0 | 10 | 103 | 7 | 65 | 122 | 76 |
| Binary | 11101110 | 11011011 | 1001110 | 0 | 1000 | 1000011 | 111 | 110101 | 1010010 | 111110 |
Color Harmonies of #EEDB4E
Complementary color
Monochromatic Colors of #EEDB4E
Black with #EEDB4E
Text Example
Text Example
White with #EEDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB4E; }
p { color: rgb(238,219,78); }
H1.HeaderClassName
{
color: #EEDB4E;
}
.AnyTagClassName
{
color: #EEDB4E;
}
</style>
background-color css
<style>
a { background-color: #EEDB4E; }
a { background-color: rgb(238,219,78); }
div.DivClassName
{
background-color: #EEDB4E;
}
.BgClassName
{
background-color: #EEDB4E;
}
</style>
border-color css
<style>
span { border-color: #EEDB4E; }
span { border-color: rgb(238,219,78); }
td.TdClassName
{
border-color: #EEDB4E;
}
.TagClassName
{
border-color: #EEDB4E;
}
</style>