Shades of Portica #EED350
Tints of Portica #EED350
RGB
CMYK
RGB Variations
Color information
#EED350 (or 0xEED350) is known color: Portica. HEX triplet: EE, D3 and 50. RGB value is (238,211,80). Sum of RGB (Red+Green+Blue) = 238+211+80=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EED350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED350 is #112CAF. Grayscale: #CCCCCC. Windows color (decimal): -1125552 or 5297134. OLE color: 5297134.
HSL color Cylindrical-coordinate representation of color #EED350: hue angle of 49.75º 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 #EED350 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 80 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.07 |
| HSL | 49.75º | 0.82% | 0.62% | - |
| HSV(B) | 49.75º | 0.66% | 0.93% | - |
| XYZ | 60 | 65.34 | 17.04 | - |
| YUV | 204.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 80 | 0 | 0.11 | 0.66 | 0.07 | 49.75 | 0.82 | 0.62 |
| Hex | EE | D3 | 50 | 0 | B | 42 | 7 | 32 | 52 | 3E |
| Octal | 356 | 323 | 120 | 0 | 13 | 102 | 7 | 62 | 122 | 76 |
| Binary | 11101110 | 11010011 | 1010000 | 0 | 1011 | 1000010 | 111 | 110010 | 1010010 | 111110 |
Color Harmonies of #EED350
Complementary color
Monochromatic Colors of #EED350
Black with #EED350
Text Example
Text Example
White with #EED350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED350; }
p { color: rgb(238,211,80); }
H1.HeaderClassName
{
color: #EED350;
}
.AnyTagClassName
{
color: #EED350;
}
</style>
background-color css
<style>
a { background-color: #EED350; }
a { background-color: rgb(238,211,80); }
div.DivClassName
{
background-color: #EED350;
}
.BgClassName
{
background-color: #EED350;
}
</style>
border-color css
<style>
span { border-color: #EED350; }
span { border-color: rgb(238,211,80); }
td.TdClassName
{
border-color: #EED350;
}
.TagClassName
{
border-color: #EED350;
}
</style>