Shades of Portica #EED355
Tints of Portica #EED355
RGB
CMYK
RGB Variations
Color information
#EED355 (or 0xEED355) is known color: Portica. HEX triplet: EE, D3 and 55. RGB value is (238,211,85). Sum of RGB (Red+Green+Blue) = 238+211+85=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EED355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED355 is #112CAA. Grayscale: #CDCDCD. Windows color (decimal): -1125547 or 5624814. OLE color: 5624814.
HSL color Cylindrical-coordinate representation of color #EED355: hue angle of 49.41º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EED355 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 85 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.07 |
| HSL | 49.41º | 0.82% | 0.63% | - |
| HSV(B) | 49.41º | 0.64% | 0.93% | - |
| XYZ | 60.19 | 65.42 | 18.05 | - |
| YUV | 204.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 85 | 0 | 0.11 | 0.64 | 0.07 | 49.41 | 0.82 | 0.63 |
| Hex | EE | D3 | 55 | 0 | B | 40 | 7 | 31 | 52 | 3F |
| Octal | 356 | 323 | 125 | 0 | 13 | 100 | 7 | 61 | 122 | 77 |
| Binary | 11101110 | 11010011 | 1010101 | 0 | 1011 | 1000000 | 111 | 110001 | 1010010 | 111111 |
Color Harmonies of #EED355
Complementary color
Monochromatic Colors of #EED355
Black with #EED355
Text Example
Text Example
White with #EED355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED355; }
p { color: rgb(238,211,85); }
H1.HeaderClassName
{
color: #EED355;
}
.AnyTagClassName
{
color: #EED355;
}
</style>
background-color css
<style>
a { background-color: #EED355; }
a { background-color: rgb(238,211,85); }
div.DivClassName
{
background-color: #EED355;
}
.BgClassName
{
background-color: #EED355;
}
</style>
border-color css
<style>
span { border-color: #EED355; }
span { border-color: rgb(238,211,85); }
td.TdClassName
{
border-color: #EED355;
}
.TagClassName
{
border-color: #EED355;
}
</style>