Shades of Portica #EED95E
Tints of Portica #EED95E
RGB
CMYK
RGB Variations
Color information
#EED95E (or 0xEED95E) is known color: Portica. HEX triplet: EE, D9 and 5E. RGB value is (238,217,94). Sum of RGB (Red+Green+Blue) = 238+217+94=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EED95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED95E is #1126A1. Grayscale: #D1D1D1. Windows color (decimal): -1124002 or 6216174. OLE color: 6216174.
HSL color Cylindrical-coordinate representation of color #EED95E: hue angle of 51.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EED95E is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 94 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.07 |
| HSL | 51.25º | 0.81% | 0.65% | - |
| HSV(B) | 51.25º | 0.61% | 0.93% | - |
| XYZ | 62.09 | 68.61 | 20.56 | - |
| YUV | 209.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 94 | 0 | 0.09 | 0.61 | 0.07 | 51.25 | 0.81 | 0.65 |
| Hex | EE | D9 | 5E | 0 | 9 | 3D | 7 | 33 | 51 | 41 |
| Octal | 356 | 331 | 136 | 0 | 11 | 75 | 7 | 63 | 121 | 101 |
| Binary | 11101110 | 11011001 | 1011110 | 0 | 1001 | 111101 | 111 | 110011 | 1010001 | 1000001 |
Color Harmonies of #EED95E
Complementary color
Monochromatic Colors of #EED95E
Black with #EED95E
Text Example
Text Example
White with #EED95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED95E; }
p { color: rgb(238,217,94); }
H1.HeaderClassName
{
color: #EED95E;
}
.AnyTagClassName
{
color: #EED95E;
}
</style>
background-color css
<style>
a { background-color: #EED95E; }
a { background-color: rgb(238,217,94); }
div.DivClassName
{
background-color: #EED95E;
}
.BgClassName
{
background-color: #EED95E;
}
</style>
border-color css
<style>
span { border-color: #EED95E; }
span { border-color: rgb(238,217,94); }
td.TdClassName
{
border-color: #EED95E;
}
.TagClassName
{
border-color: #EED95E;
}
</style>