Shades of Portica #EEDB5C
Tints of Portica #EEDB5C
RGB
CMYK
RGB Variations
Color information
#EEDB5C (or 0xEEDB5C) is known color: Portica. HEX triplet: EE, DB and 5C. RGB value is (238,219,92). Sum of RGB (Red+Green+Blue) = 238+219+92=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB5C is #1124A3. Grayscale: #D2D2D2. Windows color (decimal): -1123492 or 6085614. OLE color: 6085614.
HSL color Cylindrical-coordinate representation of color #EEDB5C: hue angle of 52.19º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEDB5C is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 92 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.07 |
| HSL | 52.19º | 0.81% | 0.65% | - |
| HSV(B) | 52.19º | 0.61% | 0.93% | - |
| XYZ | 62.52 | 69.61 | 20.27 | - |
| YUV | 210.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 92 | 0 | 0.08 | 0.61 | 0.07 | 52.19 | 0.81 | 0.65 |
| Hex | EE | DB | 5C | 0 | 8 | 3D | 7 | 34 | 51 | 41 |
| Octal | 356 | 333 | 134 | 0 | 10 | 75 | 7 | 64 | 121 | 101 |
| Binary | 11101110 | 11011011 | 1011100 | 0 | 1000 | 111101 | 111 | 110100 | 1010001 | 1000001 |
Color Harmonies of #EEDB5C
Complementary color
Monochromatic Colors of #EEDB5C
Black with #EEDB5C
Text Example
Text Example
White with #EEDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB5C; }
p { color: rgb(238,219,92); }
H1.HeaderClassName
{
color: #EEDB5C;
}
.AnyTagClassName
{
color: #EEDB5C;
}
</style>
background-color css
<style>
a { background-color: #EEDB5C; }
a { background-color: rgb(238,219,92); }
div.DivClassName
{
background-color: #EEDB5C;
}
.BgClassName
{
background-color: #EEDB5C;
}
</style>
border-color css
<style>
span { border-color: #EEDB5C; }
span { border-color: rgb(238,219,92); }
td.TdClassName
{
border-color: #EEDB5C;
}
.TagClassName
{
border-color: #EEDB5C;
}
</style>