Shades of Portica #EED551
Tints of Portica #EED551
RGB
CMYK
RGB Variations
Color information
#EED551 (or 0xEED551) is known color: Portica. HEX triplet: EE, D5 and 51. RGB value is (238,213,81). Sum of RGB (Red+Green+Blue) = 238+213+81=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 81 (32.03% from 255 or 15.23% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EED551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED551 is #112AAE. Grayscale: #CDCDCD. Windows color (decimal): -1125039 or 5363182. OLE color: 5363182.
HSL color Cylindrical-coordinate representation of color #EED551: hue angle of 50.45º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EED551 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 81 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.07 |
| HSL | 50.45º | 0.82% | 0.63% | - |
| HSV(B) | 50.45º | 0.66% | 0.93% | - |
| XYZ | 60.54 | 66.36 | 17.4 | - |
| YUV | 205.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 81 | 0 | 0.11 | 0.66 | 0.07 | 50.45 | 0.82 | 0.63 |
| Hex | EE | D5 | 51 | 0 | B | 42 | 7 | 32 | 52 | 3F |
| Octal | 356 | 325 | 121 | 0 | 13 | 102 | 7 | 62 | 122 | 77 |
| Binary | 11101110 | 11010101 | 1010001 | 0 | 1011 | 1000010 | 111 | 110010 | 1010010 | 111111 |
Color Harmonies of #EED551
Complementary color
Monochromatic Colors of #EED551
Black with #EED551
Text Example
Text Example
White with #EED551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED551; }
p { color: rgb(238,213,81); }
H1.HeaderClassName
{
color: #EED551;
}
.AnyTagClassName
{
color: #EED551;
}
</style>
background-color css
<style>
a { background-color: #EED551; }
a { background-color: rgb(238,213,81); }
div.DivClassName
{
background-color: #EED551;
}
.BgClassName
{
background-color: #EED551;
}
</style>
border-color css
<style>
span { border-color: #EED551; }
span { border-color: rgb(238,213,81); }
td.TdClassName
{
border-color: #EED551;
}
.TagClassName
{
border-color: #EED551;
}
</style>