Shades of Portica #EEDE56
Tints of Portica #EEDE56
RGB
CMYK
RGB Variations
Color information
#EEDE56 (or 0xEEDE56) is known color: Portica. HEX triplet: EE, DE and 56. RGB value is (238,222,86). Sum of RGB (Red+Green+Blue) = 238+222+86=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 86 (33.98% from 255 or 15.75% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE56 is #1121A9. Grayscale: #D3D3D3. Windows color (decimal): -1122730 or 5693166. OLE color: 5693166.
HSL color Cylindrical-coordinate representation of color #EEDE56: hue angle of 53.68º 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 #EEDE56 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 86 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.07 |
| HSL | 53.68º | 0.82% | 0.64% | - |
| HSV(B) | 53.68º | 0.64% | 0.93% | - |
| XYZ | 63.06 | 71.09 | 19.2 | - |
| YUV | 211.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 86 | 0 | 0.07 | 0.64 | 0.07 | 53.68 | 0.82 | 0.64 |
| Hex | EE | DE | 56 | 0 | 7 | 40 | 7 | 36 | 52 | 40 |
| Octal | 356 | 336 | 126 | 0 | 7 | 100 | 7 | 66 | 122 | 100 |
| Binary | 11101110 | 11011110 | 1010110 | 0 | 111 | 1000000 | 111 | 110110 | 1010010 | 1000000 |
Color Harmonies of #EEDE56
Complementary color
Monochromatic Colors of #EEDE56
Black with #EEDE56
Text Example
Text Example
White with #EEDE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE56; }
p { color: rgb(238,222,86); }
H1.HeaderClassName
{
color: #EEDE56;
}
.AnyTagClassName
{
color: #EEDE56;
}
</style>
background-color css
<style>
a { background-color: #EEDE56; }
a { background-color: rgb(238,222,86); }
div.DivClassName
{
background-color: #EEDE56;
}
.BgClassName
{
background-color: #EEDE56;
}
</style>
border-color css
<style>
span { border-color: #EEDE56; }
span { border-color: rgb(238,222,86); }
td.TdClassName
{
border-color: #EEDE56;
}
.TagClassName
{
border-color: #EEDE56;
}
</style>