Shades of Portica #EBD84A
Tints of Portica #EBD84A
RGB
CMYK
RGB Variations
Color information
#EBD84A (or 0xEBD84A) is known color: Portica. HEX triplet: EB, D8 and 4A. RGB value is (235,216,74). Sum of RGB (Red+Green+Blue) = 235+216+74=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD84A is #1427B5. Grayscale: #CECECE. Windows color (decimal): -1320886 or 4905195. OLE color: 4905195.
HSL color Cylindrical-coordinate representation of color #EBD84A: hue angle of 52.92º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBD84A is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 216 | 74 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.08 |
| HSL | 52.92º | 0.8% | 0.61% | - |
| HSV(B) | 52.92º | 0.69% | 0.92% | - |
| XYZ | 60.05 | 67.27 | 16.3 | - |
| YUV | 205.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 216 | 74 | 0 | 0.08 | 0.69 | 0.08 | 52.92 | 0.8 | 0.61 |
| Hex | EB | D8 | 4A | 0 | 8 | 45 | 8 | 35 | 50 | 3D |
| Octal | 353 | 330 | 112 | 0 | 10 | 105 | 10 | 65 | 120 | 75 |
| Binary | 11101011 | 11011000 | 1001010 | 0 | 1000 | 1000101 | 1000 | 110101 | 1010000 | 111101 |
Color Harmonies of #EBD84A
Complementary color
Monochromatic Colors of #EBD84A
Black with #EBD84A
Text Example
Text Example
White with #EBD84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD84A; }
p { color: rgb(235,216,74); }
H1.HeaderClassName
{
color: #EBD84A;
}
.AnyTagClassName
{
color: #EBD84A;
}
</style>
background-color css
<style>
a { background-color: #EBD84A; }
a { background-color: rgb(235,216,74); }
div.DivClassName
{
background-color: #EBD84A;
}
.BgClassName
{
background-color: #EBD84A;
}
</style>
border-color css
<style>
span { border-color: #EBD84A; }
span { border-color: rgb(235,216,74); }
td.TdClassName
{
border-color: #EBD84A;
}
.TagClassName
{
border-color: #EBD84A;
}
</style>