Shades of Portica #EED353
Tints of Portica #EED353
RGB
CMYK
RGB Variations
Color information
#EED353 (or 0xEED353) is known color: Portica. HEX triplet: EE, D3 and 53. RGB value is (238,211,83). Sum of RGB (Red+Green+Blue) = 238+211+83=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EED353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED353 is #112CAC. Grayscale: #CDCDCD. Windows color (decimal): -1125549 or 5493742. OLE color: 5493742.
HSL color Cylindrical-coordinate representation of color #EED353: hue angle of 49.55º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EED353 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 83 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.07 |
| HSL | 49.55º | 0.82% | 0.63% | - |
| HSV(B) | 49.55º | 0.65% | 0.93% | - |
| XYZ | 60.12 | 65.39 | 17.64 | - |
| YUV | 204.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 83 | 0 | 0.11 | 0.65 | 0.07 | 49.55 | 0.82 | 0.63 |
| Hex | EE | D3 | 53 | 0 | B | 41 | 7 | 32 | 52 | 3F |
| Octal | 356 | 323 | 123 | 0 | 13 | 101 | 7 | 62 | 122 | 77 |
| Binary | 11101110 | 11010011 | 1010011 | 0 | 1011 | 1000001 | 111 | 110010 | 1010010 | 111111 |
Color Harmonies of #EED353
Complementary color
Monochromatic Colors of #EED353
Black with #EED353
Text Example
Text Example
White with #EED353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED353; }
p { color: rgb(238,211,83); }
H1.HeaderClassName
{
color: #EED353;
}
.AnyTagClassName
{
color: #EED353;
}
</style>
background-color css
<style>
a { background-color: #EED353; }
a { background-color: rgb(238,211,83); }
div.DivClassName
{
background-color: #EED353;
}
.BgClassName
{
background-color: #EED353;
}
</style>
border-color css
<style>
span { border-color: #EED353; }
span { border-color: rgb(238,211,83); }
td.TdClassName
{
border-color: #EED353;
}
.TagClassName
{
border-color: #EED353;
}
</style>