Shades of Portica #EBCC57
Tints of Portica #EBCC57
RGB
CMYK
RGB Variations
Color information
#EBCC57 (or 0xEBCC57) is known color: Portica. HEX triplet: EB, CC and 57. RGB value is (235,204,87). Sum of RGB (Red+Green+Blue) = 235+204+87=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 87 (34.38% from 255 or 16.54% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC57 is #1433A8. Grayscale: #C8C8C8. Windows color (decimal): -1323945 or 5754091. OLE color: 5754091.
HSL color Cylindrical-coordinate representation of color #EBCC57: hue angle of 47.43º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBCC57 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 87 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.08 |
| HSL | 47.43º | 0.79% | 0.63% | - |
| HSV(B) | 47.43º | 0.63% | 0.92% | - |
| XYZ | 57.57 | 61.54 | 17.86 | - |
| YUV | 199.93 | 64.27 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 87 | 0 | 0.13 | 0.63 | 0.08 | 47.43 | 0.79 | 0.63 |
| Hex | EB | CC | 57 | 0 | D | 3F | 8 | 2F | 4F | 3F |
| Octal | 353 | 314 | 127 | 0 | 15 | 77 | 10 | 57 | 117 | 77 |
| Binary | 11101011 | 11001100 | 1010111 | 0 | 1101 | 111111 | 1000 | 101111 | 1001111 | 111111 |
Color Harmonies of #EBCC57
Complementary color
Monochromatic Colors of #EBCC57
Black with #EBCC57
Text Example
Text Example
White with #EBCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC57; }
p { color: rgb(235,204,87); }
H1.HeaderClassName
{
color: #EBCC57;
}
.AnyTagClassName
{
color: #EBCC57;
}
</style>
background-color css
<style>
a { background-color: #EBCC57; }
a { background-color: rgb(235,204,87); }
div.DivClassName
{
background-color: #EBCC57;
}
.BgClassName
{
background-color: #EBCC57;
}
</style>
border-color css
<style>
span { border-color: #EBCC57; }
span { border-color: rgb(235,204,87); }
td.TdClassName
{
border-color: #EBCC57;
}
.TagClassName
{
border-color: #EBCC57;
}
</style>