Shades of Portica #EBD95B
Tints of Portica #EBD95B
RGB
CMYK
RGB Variations
Color information
#EBD95B (or 0xEBD95B) is known color: Portica. HEX triplet: EB, D9 and 5B. RGB value is (235,217,91). Sum of RGB (Red+Green+Blue) = 235+217+91=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD95B is #1426A4. Grayscale: #D0D0D0. Windows color (decimal): -1320613 or 6019563. OLE color: 6019563.
HSL color Cylindrical-coordinate representation of color #EBD95B: hue angle of 52.5º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBD95B is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 91 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.08 |
| HSL | 52.5º | 0.78% | 0.64% | - |
| HSV(B) | 52.5º | 0.61% | 0.92% | - |
| XYZ | 60.96 | 68.04 | 19.82 | - |
| YUV | 208.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 91 | 0 | 0.08 | 0.61 | 0.08 | 52.5 | 0.78 | 0.64 |
| Hex | EB | D9 | 5B | 0 | 8 | 3D | 8 | 34 | 4E | 40 |
| Octal | 353 | 331 | 133 | 0 | 10 | 75 | 10 | 64 | 116 | 100 |
| Binary | 11101011 | 11011001 | 1011011 | 0 | 1000 | 111101 | 1000 | 110100 | 1001110 | 1000000 |
Color Harmonies of #EBD95B
Complementary color
Monochromatic Colors of #EBD95B
Black with #EBD95B
Text Example
Text Example
White with #EBD95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD95B; }
p { color: rgb(235,217,91); }
H1.HeaderClassName
{
color: #EBD95B;
}
.AnyTagClassName
{
color: #EBD95B;
}
</style>
background-color css
<style>
a { background-color: #EBD95B; }
a { background-color: rgb(235,217,91); }
div.DivClassName
{
background-color: #EBD95B;
}
.BgClassName
{
background-color: #EBD95B;
}
</style>
border-color css
<style>
span { border-color: #EBD95B; }
span { border-color: rgb(235,217,91); }
td.TdClassName
{
border-color: #EBD95B;
}
.TagClassName
{
border-color: #EBD95B;
}
</style>