Shades of Portica #EED962
Tints of Portica #EED962
RGB
CMYK
RGB Variations
Color information
#EED962 (or 0xEED962) is known color: Portica. HEX triplet: EE, D9 and 62. RGB value is (238,217,98). Sum of RGB (Red+Green+Blue) = 238+217+98=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EED962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED962 is #11269D. Grayscale: #D2D2D2. Windows color (decimal): -1123998 or 6478318. OLE color: 6478318.
HSL color Cylindrical-coordinate representation of color #EED962: hue angle of 51º 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 #EED962 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 98 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.07 |
| HSL | 51º | 0.8% | 0.66% | - |
| HSV(B) | 51º | 0.59% | 0.93% | - |
| XYZ | 62.28 | 68.68 | 21.53 | - |
| YUV | 209.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 98 | 0 | 0.09 | 0.59 | 0.07 | 51 | 0.8 | 0.66 |
| Hex | EE | D9 | 62 | 0 | 9 | 3B | 7 | 33 | 50 | 42 |
| Octal | 356 | 331 | 142 | 0 | 11 | 73 | 7 | 63 | 120 | 102 |
| Binary | 11101110 | 11011001 | 1100010 | 0 | 1001 | 111011 | 111 | 110011 | 1010000 | 1000010 |
Color Harmonies of #EED962
Complementary color
Monochromatic Colors of #EED962
Black with #EED962
Text Example
Text Example
White with #EED962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED962; }
p { color: rgb(238,217,98); }
H1.HeaderClassName
{
color: #EED962;
}
.AnyTagClassName
{
color: #EED962;
}
</style>
background-color css
<style>
a { background-color: #EED962; }
a { background-color: rgb(238,217,98); }
div.DivClassName
{
background-color: #EED962;
}
.BgClassName
{
background-color: #EED962;
}
</style>
border-color css
<style>
span { border-color: #EED962; }
span { border-color: rgb(238,217,98); }
td.TdClassName
{
border-color: #EED962;
}
.TagClassName
{
border-color: #EED962;
}
</style>