Shades of Portica #EED55B
Tints of Portica #EED55B
RGB
CMYK
RGB Variations
Color information
#EED55B (or 0xEED55B) is known color: Portica. HEX triplet: EE, D5 and 5B. RGB value is (238,213,91). Sum of RGB (Red+Green+Blue) = 238+213+91=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EED55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED55B is #112AA4. Grayscale: #CFCFCF. Windows color (decimal): -1125029 or 6018542. OLE color: 6018542.
HSL color Cylindrical-coordinate representation of color #EED55B: hue angle of 49.8º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EED55B is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 91 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.8º | 0.81% | 0.65% | - |
| HSV(B) | 49.8º | 0.62% | 0.93% | - |
| XYZ | 60.94 | 66.52 | 19.53 | - |
| YUV | 206.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 91 | 0 | 0.11 | 0.62 | 0.07 | 49.8 | 0.81 | 0.65 |
| Hex | EE | D5 | 5B | 0 | B | 3E | 7 | 32 | 51 | 41 |
| Octal | 356 | 325 | 133 | 0 | 13 | 76 | 7 | 62 | 121 | 101 |
| Binary | 11101110 | 11010101 | 1011011 | 0 | 1011 | 111110 | 111 | 110010 | 1010001 | 1000001 |
Color Harmonies of #EED55B
Complementary color
Monochromatic Colors of #EED55B
Black with #EED55B
Text Example
Text Example
White with #EED55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED55B; }
p { color: rgb(238,213,91); }
H1.HeaderClassName
{
color: #EED55B;
}
.AnyTagClassName
{
color: #EED55B;
}
</style>
background-color css
<style>
a { background-color: #EED55B; }
a { background-color: rgb(238,213,91); }
div.DivClassName
{
background-color: #EED55B;
}
.BgClassName
{
background-color: #EED55B;
}
</style>
border-color css
<style>
span { border-color: #EED55B; }
span { border-color: rgb(238,213,91); }
td.TdClassName
{
border-color: #EED55B;
}
.TagClassName
{
border-color: #EED55B;
}
</style>