Shades of Portica #EED253
Tints of Portica #EED253
RGB
CMYK
RGB Variations
Color information
#EED253 (or 0xEED253) is known color: Portica. HEX triplet: EE, D2 and 53. RGB value is (238,210,83). Sum of RGB (Red+Green+Blue) = 238+210+83=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED253 is #112DAC. Grayscale: #CCCCCC. Windows color (decimal): -1125805 or 5493486. OLE color: 5493486.
HSL color Cylindrical-coordinate representation of color #EED253: hue angle of 49.16º 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 #EED253 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 83 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.07 |
| HSL | 49.16º | 0.82% | 0.63% | - |
| HSV(B) | 49.16º | 0.65% | 0.93% | - |
| XYZ | 59.87 | 64.89 | 17.55 | - |
| YUV | 203.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 83 | 0 | 0.12 | 0.65 | 0.07 | 49.16 | 0.82 | 0.63 |
| Hex | EE | D2 | 53 | 0 | C | 41 | 7 | 31 | 52 | 3F |
| Octal | 356 | 322 | 123 | 0 | 14 | 101 | 7 | 61 | 122 | 77 |
| Binary | 11101110 | 11010010 | 1010011 | 0 | 1100 | 1000001 | 111 | 110001 | 1010010 | 111111 |
Color Harmonies of #EED253
Complementary color
Monochromatic Colors of #EED253
Black with #EED253
Text Example
Text Example
White with #EED253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED253; }
p { color: rgb(238,210,83); }
H1.HeaderClassName
{
color: #EED253;
}
.AnyTagClassName
{
color: #EED253;
}
</style>
background-color css
<style>
a { background-color: #EED253; }
a { background-color: rgb(238,210,83); }
div.DivClassName
{
background-color: #EED253;
}
.BgClassName
{
background-color: #EED253;
}
</style>
border-color css
<style>
span { border-color: #EED253; }
span { border-color: rgb(238,210,83); }
td.TdClassName
{
border-color: #EED253;
}
.TagClassName
{
border-color: #EED253;
}
</style>