Shades of Portica #EED762
Tints of Portica #EED762
RGB
CMYK
RGB Variations
Color information
#EED762 (or 0xEED762) is known color: Portica. HEX triplet: EE, D7 and 62. RGB value is (238,215,98). Sum of RGB (Red+Green+Blue) = 238+215+98=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 98 (38.67% from 255 or 17.79% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EED762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED762 is #11289D. Grayscale: #D1D1D1. Windows color (decimal): -1124510 or 6477806. OLE color: 6477806.
HSL color Cylindrical-coordinate representation of color #EED762: hue angle of 50.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EED762 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 98 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.07 |
| HSL | 50.14º | 0.8% | 0.66% | - |
| HSV(B) | 50.14º | 0.59% | 0.93% | - |
| XYZ | 61.76 | 67.66 | 21.36 | - |
| YUV | 208.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 98 | 0 | 0.10 | 0.59 | 0.07 | 50.14 | 0.8 | 0.66 |
| Hex | EE | D7 | 62 | 0 | A | 3B | 7 | 32 | 50 | 42 |
| Octal | 356 | 327 | 142 | 0 | 12 | 73 | 7 | 62 | 120 | 102 |
| Binary | 11101110 | 11010111 | 1100010 | 0 | 1010 | 111011 | 111 | 110010 | 1010000 | 1000010 |
Color Harmonies of #EED762
Complementary color
Monochromatic Colors of #EED762
Black with #EED762
Text Example
Text Example
White with #EED762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED762; }
p { color: rgb(238,215,98); }
H1.HeaderClassName
{
color: #EED762;
}
.AnyTagClassName
{
color: #EED762;
}
</style>
background-color css
<style>
a { background-color: #EED762; }
a { background-color: rgb(238,215,98); }
div.DivClassName
{
background-color: #EED762;
}
.BgClassName
{
background-color: #EED762;
}
</style>
border-color css
<style>
span { border-color: #EED762; }
span { border-color: rgb(238,215,98); }
td.TdClassName
{
border-color: #EED762;
}
.TagClassName
{
border-color: #EED762;
}
</style>