Shades of Portica #EED550
Tints of Portica #EED550
RGB
CMYK
RGB Variations
Color information
#EED550 (or 0xEED550) is known color: Portica. HEX triplet: EE, D5 and 50. RGB value is (238,213,80). Sum of RGB (Red+Green+Blue) = 238+213+80=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED550 is #112AAF. Grayscale: #CDCDCD. Windows color (decimal): -1125040 or 5297646. OLE color: 5297646.
HSL color Cylindrical-coordinate representation of color #EED550: hue angle of 50.51º 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 #EED550 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 80 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.07 |
| HSL | 50.51º | 0.82% | 0.62% | - |
| HSV(B) | 50.51º | 0.66% | 0.93% | - |
| XYZ | 60.5 | 66.34 | 17.21 | - |
| YUV | 205.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 80 | 0 | 0.11 | 0.66 | 0.07 | 50.51 | 0.82 | 0.62 |
| Hex | EE | D5 | 50 | 0 | B | 42 | 7 | 33 | 52 | 3E |
| Octal | 356 | 325 | 120 | 0 | 13 | 102 | 7 | 63 | 122 | 76 |
| Binary | 11101110 | 11010101 | 1010000 | 0 | 1011 | 1000010 | 111 | 110011 | 1010010 | 111110 |
Color Harmonies of #EED550
Complementary color
Monochromatic Colors of #EED550
Black with #EED550
Text Example
Text Example
White with #EED550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED550; }
p { color: rgb(238,213,80); }
H1.HeaderClassName
{
color: #EED550;
}
.AnyTagClassName
{
color: #EED550;
}
</style>
background-color css
<style>
a { background-color: #EED550; }
a { background-color: rgb(238,213,80); }
div.DivClassName
{
background-color: #EED550;
}
.BgClassName
{
background-color: #EED550;
}
</style>
border-color css
<style>
span { border-color: #EED550; }
span { border-color: rgb(238,213,80); }
td.TdClassName
{
border-color: #EED550;
}
.TagClassName
{
border-color: #EED550;
}
</style>