Shades of Portica #EED460
Tints of Portica #EED460
RGB
CMYK
RGB Variations
Color information
#EED460 (or 0xEED460) is known color: Portica. HEX triplet: EE, D4 and 60. RGB value is (238,212,96). Sum of RGB (Red+Green+Blue) = 238+212+96=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED460 is #112B9F. Grayscale: #CFCFCF. Windows color (decimal): -1125280 or 6345966. OLE color: 6345966.
HSL color Cylindrical-coordinate representation of color #EED460: hue angle of 49.01º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EED460 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 96 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.07 |
| HSL | 49.01º | 0.81% | 0.65% | - |
| HSV(B) | 49.01º | 0.6% | 0.93% | - |
| XYZ | 60.91 | 66.11 | 20.62 | - |
| YUV | 206.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 96 | 0 | 0.11 | 0.60 | 0.07 | 49.01 | 0.81 | 0.65 |
| Hex | EE | D4 | 60 | 0 | B | 3C | 7 | 31 | 51 | 41 |
| Octal | 356 | 324 | 140 | 0 | 13 | 74 | 7 | 61 | 121 | 101 |
| Binary | 11101110 | 11010100 | 1100000 | 0 | 1011 | 111100 | 111 | 110001 | 1010001 | 1000001 |
Color Harmonies of #EED460
Complementary color
Monochromatic Colors of #EED460
Black with #EED460
Text Example
Text Example
White with #EED460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED460; }
p { color: rgb(238,212,96); }
H1.HeaderClassName
{
color: #EED460;
}
.AnyTagClassName
{
color: #EED460;
}
</style>
background-color css
<style>
a { background-color: #EED460; }
a { background-color: rgb(238,212,96); }
div.DivClassName
{
background-color: #EED460;
}
.BgClassName
{
background-color: #EED460;
}
</style>
border-color css
<style>
span { border-color: #EED460; }
span { border-color: rgb(238,212,96); }
td.TdClassName
{
border-color: #EED460;
}
.TagClassName
{
border-color: #EED460;
}
</style>