Shades of Portica #EBD05D
Tints of Portica #EBD05D
RGB
CMYK
RGB Variations
Color information
#EBD05D (or 0xEBD05D) is known color: Portica. HEX triplet: EB, D0 and 5D. RGB value is (235,208,93). Sum of RGB (Red+Green+Blue) = 235+208+93=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD05D is #142FA2. Grayscale: #CBCBCB. Windows color (decimal): -1322915 or 6148331. OLE color: 6148331.
HSL color Cylindrical-coordinate representation of color #EBD05D: hue angle of 48.59º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBD05D is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 93 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.08 |
| HSL | 48.59º | 0.78% | 0.64% | - |
| HSV(B) | 48.59º | 0.6% | 0.92% | - |
| XYZ | 58.79 | 63.56 | 19.53 | - |
| YUV | 202.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 93 | 0 | 0.11 | 0.60 | 0.08 | 48.59 | 0.78 | 0.64 |
| Hex | EB | D0 | 5D | 0 | B | 3C | 8 | 31 | 4E | 40 |
| Octal | 353 | 320 | 135 | 0 | 13 | 74 | 10 | 61 | 116 | 100 |
| Binary | 11101011 | 11010000 | 1011101 | 0 | 1011 | 111100 | 1000 | 110001 | 1001110 | 1000000 |
Color Harmonies of #EBD05D
Complementary color
Monochromatic Colors of #EBD05D
Black with #EBD05D
Text Example
Text Example
White with #EBD05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD05D; }
p { color: rgb(235,208,93); }
H1.HeaderClassName
{
color: #EBD05D;
}
.AnyTagClassName
{
color: #EBD05D;
}
</style>
background-color css
<style>
a { background-color: #EBD05D; }
a { background-color: rgb(235,208,93); }
div.DivClassName
{
background-color: #EBD05D;
}
.BgClassName
{
background-color: #EBD05D;
}
</style>
border-color css
<style>
span { border-color: #EBD05D; }
span { border-color: rgb(235,208,93); }
td.TdClassName
{
border-color: #EBD05D;
}
.TagClassName
{
border-color: #EBD05D;
}
</style>