Shades of Portica #EED55F
Tints of Portica #EED55F
RGB
CMYK
RGB Variations
Color information
#EED55F (or 0xEED55F) is known color: Portica. HEX triplet: EE, D5 and 5F. RGB value is (238,213,95). Sum of RGB (Red+Green+Blue) = 238+213+95=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED55F is #112AA0. Grayscale: #CFCFCF. Windows color (decimal): -1125025 or 6280686. OLE color: 6280686.
HSL color Cylindrical-coordinate representation of color #EED55F: hue angle of 49.51º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EED55F is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 95 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.07 |
| HSL | 49.51º | 0.81% | 0.65% | - |
| HSV(B) | 49.51º | 0.6% | 0.93% | - |
| XYZ | 61.12 | 66.59 | 20.46 | - |
| YUV | 207.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 95 | 0 | 0.11 | 0.60 | 0.07 | 49.51 | 0.81 | 0.65 |
| Hex | EE | D5 | 5F | 0 | B | 3C | 7 | 32 | 51 | 41 |
| Octal | 356 | 325 | 137 | 0 | 13 | 74 | 7 | 62 | 121 | 101 |
| Binary | 11101110 | 11010101 | 1011111 | 0 | 1011 | 111100 | 111 | 110010 | 1010001 | 1000001 |
Color Harmonies of #EED55F
Complementary color
Monochromatic Colors of #EED55F
Black with #EED55F
Text Example
Text Example
White with #EED55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED55F; }
p { color: rgb(238,213,95); }
H1.HeaderClassName
{
color: #EED55F;
}
.AnyTagClassName
{
color: #EED55F;
}
</style>
background-color css
<style>
a { background-color: #EED55F; }
a { background-color: rgb(238,213,95); }
div.DivClassName
{
background-color: #EED55F;
}
.BgClassName
{
background-color: #EED55F;
}
</style>
border-color css
<style>
span { border-color: #EED55F; }
span { border-color: rgb(238,213,95); }
td.TdClassName
{
border-color: #EED55F;
}
.TagClassName
{
border-color: #EED55F;
}
</style>