Shades of Portica #EED252
Tints of Portica #EED252
RGB
CMYK
RGB Variations
Color information
#EED252 (or 0xEED252) is known color: Portica. HEX triplet: EE, D2 and 52. RGB value is (238,210,82). Sum of RGB (Red+Green+Blue) = 238+210+82=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EED252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED252 is #112DAD. Grayscale: #CCCCCC. Windows color (decimal): -1125806 or 5427950. OLE color: 5427950.
HSL color Cylindrical-coordinate representation of color #EED252: hue angle of 49.23º 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 #EED252 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 82 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.07 |
| HSL | 49.23º | 0.82% | 0.63% | - |
| HSV(B) | 49.23º | 0.66% | 0.93% | - |
| XYZ | 59.83 | 64.88 | 17.35 | - |
| YUV | 203.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 82 | 0 | 0.12 | 0.66 | 0.07 | 49.23 | 0.82 | 0.63 |
| Hex | EE | D2 | 52 | 0 | C | 42 | 7 | 31 | 52 | 3F |
| Octal | 356 | 322 | 122 | 0 | 14 | 102 | 7 | 61 | 122 | 77 |
| Binary | 11101110 | 11010010 | 1010010 | 0 | 1100 | 1000010 | 111 | 110001 | 1010010 | 111111 |
Color Harmonies of #EED252
Complementary color
Monochromatic Colors of #EED252
Black with #EED252
Text Example
Text Example
White with #EED252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED252; }
p { color: rgb(238,210,82); }
H1.HeaderClassName
{
color: #EED252;
}
.AnyTagClassName
{
color: #EED252;
}
</style>
background-color css
<style>
a { background-color: #EED252; }
a { background-color: rgb(238,210,82); }
div.DivClassName
{
background-color: #EED252;
}
.BgClassName
{
background-color: #EED252;
}
</style>
border-color css
<style>
span { border-color: #EED252; }
span { border-color: rgb(238,210,82); }
td.TdClassName
{
border-color: #EED252;
}
.TagClassName
{
border-color: #EED252;
}
</style>