Shades of Portica #EED352
Tints of Portica #EED352
RGB
CMYK
RGB Variations
Color information
#EED352 (or 0xEED352) is known color: Portica. HEX triplet: EE, D3 and 52. RGB value is (238,211,82). Sum of RGB (Red+Green+Blue) = 238+211+82=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EED352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED352 is #112CAD. Grayscale: #CCCCCC. Windows color (decimal): -1125550 or 5428206. OLE color: 5428206.
HSL color Cylindrical-coordinate representation of color #EED352: hue angle of 49.62º 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 #EED352 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 82 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.07 |
| HSL | 49.62º | 0.82% | 0.63% | - |
| HSV(B) | 49.62º | 0.66% | 0.93% | - |
| XYZ | 60.08 | 65.37 | 17.43 | - |
| YUV | 204.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 82 | 0 | 0.11 | 0.66 | 0.07 | 49.62 | 0.82 | 0.63 |
| Hex | EE | D3 | 52 | 0 | B | 42 | 7 | 32 | 52 | 3F |
| Octal | 356 | 323 | 122 | 0 | 13 | 102 | 7 | 62 | 122 | 77 |
| Binary | 11101110 | 11010011 | 1010010 | 0 | 1011 | 1000010 | 111 | 110010 | 1010010 | 111111 |
Color Harmonies of #EED352
Complementary color
Monochromatic Colors of #EED352
Black with #EED352
Text Example
Text Example
White with #EED352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED352; }
p { color: rgb(238,211,82); }
H1.HeaderClassName
{
color: #EED352;
}
.AnyTagClassName
{
color: #EED352;
}
</style>
background-color css
<style>
a { background-color: #EED352; }
a { background-color: rgb(238,211,82); }
div.DivClassName
{
background-color: #EED352;
}
.BgClassName
{
background-color: #EED352;
}
</style>
border-color css
<style>
span { border-color: #EED352; }
span { border-color: rgb(238,211,82); }
td.TdClassName
{
border-color: #EED352;
}
.TagClassName
{
border-color: #EED352;
}
</style>