Shades of Portica #EEDC5C
Tints of Portica #EEDC5C
RGB
CMYK
RGB Variations
Color information
#EEDC5C (or 0xEEDC5C) is known color: Portica. HEX triplet: EE, DC and 5C. RGB value is (238,220,92). Sum of RGB (Red+Green+Blue) = 238+220+92=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC5C is #1123A3. Grayscale: #D3D3D3. Windows color (decimal): -1123236 or 6085870. OLE color: 6085870.
HSL color Cylindrical-coordinate representation of color #EEDC5C: hue angle of 52.6º 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 #EEDC5C is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 92 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.07 |
| HSL | 52.6º | 0.81% | 0.65% | - |
| HSV(B) | 52.6º | 0.61% | 0.93% | - |
| XYZ | 62.78 | 70.14 | 20.35 | - |
| YUV | 210.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 92 | 0 | 0.08 | 0.61 | 0.07 | 52.6 | 0.81 | 0.65 |
| Hex | EE | DC | 5C | 0 | 8 | 3D | 7 | 35 | 51 | 41 |
| Octal | 356 | 334 | 134 | 0 | 10 | 75 | 7 | 65 | 121 | 101 |
| Binary | 11101110 | 11011100 | 1011100 | 0 | 1000 | 111101 | 111 | 110101 | 1010001 | 1000001 |
Color Harmonies of #EEDC5C
Complementary color
Monochromatic Colors of #EEDC5C
Black with #EEDC5C
Text Example
Text Example
White with #EEDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC5C; }
p { color: rgb(238,220,92); }
H1.HeaderClassName
{
color: #EEDC5C;
}
.AnyTagClassName
{
color: #EEDC5C;
}
</style>
background-color css
<style>
a { background-color: #EEDC5C; }
a { background-color: rgb(238,220,92); }
div.DivClassName
{
background-color: #EEDC5C;
}
.BgClassName
{
background-color: #EEDC5C;
}
</style>
border-color css
<style>
span { border-color: #EEDC5C; }
span { border-color: rgb(238,220,92); }
td.TdClassName
{
border-color: #EEDC5C;
}
.TagClassName
{
border-color: #EEDC5C;
}
</style>