Shades of Portica #EBD25E
Tints of Portica #EBD25E
RGB
CMYK
RGB Variations
Color information
#EBD25E (or 0xEBD25E) is known color: Portica. HEX triplet: EB, D2 and 5E. RGB value is (235,210,94). Sum of RGB (Red+Green+Blue) = 235+210+94=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD25E is #142DA1. Grayscale: #CCCCCC. Windows color (decimal): -1322402 or 6214379. OLE color: 6214379.
HSL color Cylindrical-coordinate representation of color #EBD25E: hue angle of 49.36º 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 #EBD25E is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 94 | - |
| CMYK | 0 | 0.11 | 0.6 | 0.08 |
| HSL | 49.36º | 0.78% | 0.65% | - |
| HSV(B) | 49.36º | 0.6% | 0.92% | - |
| XYZ | 59.33 | 64.56 | 19.92 | - |
| YUV | 204.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 94 | 0 | 0.11 | 0.6 | 0.08 | 49.36 | 0.78 | 0.65 |
| Hex | EB | D2 | 5E | 0 | B | 3C | 8 | 31 | 4E | 41 |
| Octal | 353 | 322 | 136 | 0 | 13 | 74 | 10 | 61 | 116 | 101 |
| Binary | 11101011 | 11010010 | 1011110 | 0 | 1011 | 111100 | 1000 | 110001 | 1001110 | 1000001 |
Color Harmonies of #EBD25E
Complementary color
Monochromatic Colors of #EBD25E
Black with #EBD25E
Text Example
Text Example
White with #EBD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD25E; }
p { color: rgb(235,210,94); }
H1.HeaderClassName
{
color: #EBD25E;
}
.AnyTagClassName
{
color: #EBD25E;
}
</style>
background-color css
<style>
a { background-color: #EBD25E; }
a { background-color: rgb(235,210,94); }
div.DivClassName
{
background-color: #EBD25E;
}
.BgClassName
{
background-color: #EBD25E;
}
</style>
border-color css
<style>
span { border-color: #EBD25E; }
span { border-color: rgb(235,210,94); }
td.TdClassName
{
border-color: #EBD25E;
}
.TagClassName
{
border-color: #EBD25E;
}
</style>