Shades of Portica #EED450
Tints of Portica #EED450
RGB
CMYK
RGB Variations
Color information
#EED450 (or 0xEED450) is known color: Portica. HEX triplet: EE, D4 and 50. RGB value is (238,212,80). Sum of RGB (Red+Green+Blue) = 238+212+80=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EED450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED450 is #112BAF. Grayscale: #CDCDCD. Windows color (decimal): -1125296 or 5297390. OLE color: 5297390.
HSL color Cylindrical-coordinate representation of color #EED450: hue angle of 50.13º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EED450 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 80 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.07 |
| HSL | 50.13º | 0.82% | 0.62% | - |
| HSV(B) | 50.13º | 0.66% | 0.93% | - |
| XYZ | 60.25 | 65.84 | 17.12 | - |
| YUV | 204.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 80 | 0 | 0.11 | 0.66 | 0.07 | 50.13 | 0.82 | 0.62 |
| Hex | EE | D4 | 50 | 0 | B | 42 | 7 | 32 | 52 | 3E |
| Octal | 356 | 324 | 120 | 0 | 13 | 102 | 7 | 62 | 122 | 76 |
| Binary | 11101110 | 11010100 | 1010000 | 0 | 1011 | 1000010 | 111 | 110010 | 1010010 | 111110 |
Color Harmonies of #EED450
Complementary color
Monochromatic Colors of #EED450
Black with #EED450
Text Example
Text Example
White with #EED450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED450; }
p { color: rgb(238,212,80); }
H1.HeaderClassName
{
color: #EED450;
}
.AnyTagClassName
{
color: #EED450;
}
</style>
background-color css
<style>
a { background-color: #EED450; }
a { background-color: rgb(238,212,80); }
div.DivClassName
{
background-color: #EED450;
}
.BgClassName
{
background-color: #EED450;
}
</style>
border-color css
<style>
span { border-color: #EED450; }
span { border-color: rgb(238,212,80); }
td.TdClassName
{
border-color: #EED450;
}
.TagClassName
{
border-color: #EED450;
}
</style>