Shades of Portica #EED950
Tints of Portica #EED950
RGB
CMYK
RGB Variations
Color information
#EED950 (or 0xEED950) is known color: Portica. HEX triplet: EE, D9 and 50. RGB value is (238,217,80). Sum of RGB (Red+Green+Blue) = 238+217+80=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EED950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED950 is #1126AF. Grayscale: #D0D0D0. Windows color (decimal): -1124016 or 5298670. OLE color: 5298670.
HSL color Cylindrical-coordinate representation of color #EED950: hue angle of 52.03º 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 #EED950 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 80 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.07 |
| HSL | 52.03º | 0.82% | 0.62% | - |
| HSV(B) | 52.03º | 0.66% | 0.93% | - |
| XYZ | 61.52 | 68.38 | 17.55 | - |
| YUV | 207.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 80 | 0 | 0.09 | 0.66 | 0.07 | 52.03 | 0.82 | 0.62 |
| Hex | EE | D9 | 50 | 0 | 9 | 42 | 7 | 34 | 52 | 3E |
| Octal | 356 | 331 | 120 | 0 | 11 | 102 | 7 | 64 | 122 | 76 |
| Binary | 11101110 | 11011001 | 1010000 | 0 | 1001 | 1000010 | 111 | 110100 | 1010010 | 111110 |
Color Harmonies of #EED950
Complementary color
Monochromatic Colors of #EED950
Black with #EED950
Text Example
Text Example
White with #EED950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED950; }
p { color: rgb(238,217,80); }
H1.HeaderClassName
{
color: #EED950;
}
.AnyTagClassName
{
color: #EED950;
}
</style>
background-color css
<style>
a { background-color: #EED950; }
a { background-color: rgb(238,217,80); }
div.DivClassName
{
background-color: #EED950;
}
.BgClassName
{
background-color: #EED950;
}
</style>
border-color css
<style>
span { border-color: #EED950; }
span { border-color: rgb(238,217,80); }
td.TdClassName
{
border-color: #EED950;
}
.TagClassName
{
border-color: #EED950;
}
</style>