Shades of Portica #EBD355
Tints of Portica #EBD355
RGB
CMYK
RGB Variations
Color information
#EBD355 (or 0xEBD355) is known color: Portica. HEX triplet: EB, D3 and 55. RGB value is (235,211,85). Sum of RGB (Red+Green+Blue) = 235+211+85=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD355 is #142CAA. Grayscale: #CCCCCC. Windows color (decimal): -1322155 or 5624811. OLE color: 5624811.
HSL color Cylindrical-coordinate representation of color #EBD355: hue angle of 50.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBD355 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 85 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.08 |
| HSL | 50.4º | 0.79% | 0.63% | - |
| HSV(B) | 50.4º | 0.64% | 0.92% | - |
| XYZ | 59.19 | 64.91 | 18 | - |
| YUV | 203.81 | 60.95 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 85 | 0 | 0.10 | 0.64 | 0.08 | 50.4 | 0.79 | 0.63 |
| Hex | EB | D3 | 55 | 0 | A | 40 | 8 | 32 | 4F | 3F |
| Octal | 353 | 323 | 125 | 0 | 12 | 100 | 10 | 62 | 117 | 77 |
| Binary | 11101011 | 11010011 | 1010101 | 0 | 1010 | 1000000 | 1000 | 110010 | 1001111 | 111111 |
Color Harmonies of #EBD355
Complementary color
Monochromatic Colors of #EBD355
Black with #EBD355
Text Example
Text Example
White with #EBD355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD355; }
p { color: rgb(235,211,85); }
H1.HeaderClassName
{
color: #EBD355;
}
.AnyTagClassName
{
color: #EBD355;
}
</style>
background-color css
<style>
a { background-color: #EBD355; }
a { background-color: rgb(235,211,85); }
div.DivClassName
{
background-color: #EBD355;
}
.BgClassName
{
background-color: #EBD355;
}
</style>
border-color css
<style>
span { border-color: #EBD355; }
span { border-color: rgb(235,211,85); }
td.TdClassName
{
border-color: #EBD355;
}
.TagClassName
{
border-color: #EBD355;
}
</style>