Shades of Portica #EBCD54
Tints of Portica #EBCD54
RGB
CMYK
RGB Variations
Color information
#EBCD54 (or 0xEBCD54) is known color: Portica. HEX triplet: EB, CD and 54. RGB value is (235,205,84). Sum of RGB (Red+Green+Blue) = 235+205+84=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD54 is #1432AB. Grayscale: #C8C8C8. Windows color (decimal): -1323692 or 5557739. OLE color: 5557739.
HSL color Cylindrical-coordinate representation of color #EBCD54: hue angle of 48.08º 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 #EBCD54 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 84 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.08 |
| HSL | 48.08º | 0.79% | 0.63% | - |
| HSV(B) | 48.08º | 0.64% | 0.92% | - |
| XYZ | 57.69 | 61.96 | 17.31 | - |
| YUV | 200.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 84 | 0 | 0.13 | 0.64 | 0.08 | 48.08 | 0.79 | 0.63 |
| Hex | EB | CD | 54 | 0 | D | 40 | 8 | 30 | 4F | 3F |
| Octal | 353 | 315 | 124 | 0 | 15 | 100 | 10 | 60 | 117 | 77 |
| Binary | 11101011 | 11001101 | 1010100 | 0 | 1101 | 1000000 | 1000 | 110000 | 1001111 | 111111 |
Color Harmonies of #EBCD54
Complementary color
Monochromatic Colors of #EBCD54
Black with #EBCD54
Text Example
Text Example
White with #EBCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD54; }
p { color: rgb(235,205,84); }
H1.HeaderClassName
{
color: #EBCD54;
}
.AnyTagClassName
{
color: #EBCD54;
}
</style>
background-color css
<style>
a { background-color: #EBCD54; }
a { background-color: rgb(235,205,84); }
div.DivClassName
{
background-color: #EBCD54;
}
.BgClassName
{
background-color: #EBCD54;
}
</style>
border-color css
<style>
span { border-color: #EBCD54; }
span { border-color: rgb(235,205,84); }
td.TdClassName
{
border-color: #EBCD54;
}
.TagClassName
{
border-color: #EBCD54;
}
</style>