Shades of Portica #EBD15E
Tints of Portica #EBD15E
RGB
CMYK
RGB Variations
Color information
#EBD15E (or 0xEBD15E) is known color: Portica. HEX triplet: EB, D1 and 5E. RGB value is (235,209,94). Sum of RGB (Red+Green+Blue) = 235+209+94=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD15E is #142EA1. Grayscale: #CCCCCC. Windows color (decimal): -1322658 or 6214123. OLE color: 6214123.
HSL color Cylindrical-coordinate representation of color #EBD15E: hue angle of 48.94º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBD15E is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 94 | - |
| CMYK | 0 | 0.11 | 0.6 | 0.08 |
| HSL | 48.94º | 0.78% | 0.65% | - |
| HSV(B) | 48.94º | 0.6% | 0.92% | - |
| XYZ | 59.08 | 64.07 | 19.84 | - |
| YUV | 203.66 | 66.11 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 94 | 0 | 0.11 | 0.6 | 0.08 | 48.94 | 0.78 | 0.65 |
| Hex | EB | D1 | 5E | 0 | B | 3C | 8 | 31 | 4E | 41 |
| Octal | 353 | 321 | 136 | 0 | 13 | 74 | 10 | 61 | 116 | 101 |
| Binary | 11101011 | 11010001 | 1011110 | 0 | 1011 | 111100 | 1000 | 110001 | 1001110 | 1000001 |
Color Harmonies of #EBD15E
Complementary color
Monochromatic Colors of #EBD15E
Black with #EBD15E
Text Example
Text Example
White with #EBD15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD15E; }
p { color: rgb(235,209,94); }
H1.HeaderClassName
{
color: #EBD15E;
}
.AnyTagClassName
{
color: #EBD15E;
}
</style>
background-color css
<style>
a { background-color: #EBD15E; }
a { background-color: rgb(235,209,94); }
div.DivClassName
{
background-color: #EBD15E;
}
.BgClassName
{
background-color: #EBD15E;
}
</style>
border-color css
<style>
span { border-color: #EBD15E; }
span { border-color: rgb(235,209,94); }
td.TdClassName
{
border-color: #EBD15E;
}
.TagClassName
{
border-color: #EBD15E;
}
</style>