Shades of Portica #EAD154
Tints of Portica #EAD154
RGB
CMYK
RGB Variations
Color information
#EAD154 (or 0xEAD154) is known color: Portica. HEX triplet: EA, D1 and 54. RGB value is (234,209,84). Sum of RGB (Red+Green+Blue) = 234+209+84=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD154 is #152EAB. Grayscale: #CACACA. Windows color (decimal): -1388204 or 5558762. OLE color: 5558762.
HSL color Cylindrical-coordinate representation of color #EAD154: hue angle of 50º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAD154 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 84 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.08 |
| HSL | 50º | 0.78% | 0.62% | - |
| HSV(B) | 50º | 0.64% | 0.92% | - |
| XYZ | 58.33 | 63.73 | 17.61 | - |
| YUV | 202.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 84 | 0 | 0.11 | 0.64 | 0.08 | 50 | 0.78 | 0.62 |
| Hex | EA | D1 | 54 | 0 | B | 40 | 8 | 32 | 4E | 3E |
| Octal | 352 | 321 | 124 | 0 | 13 | 100 | 10 | 62 | 116 | 76 |
| Binary | 11101010 | 11010001 | 1010100 | 0 | 1011 | 1000000 | 1000 | 110010 | 1001110 | 111110 |
Color Harmonies of #EAD154
Complementary color
Monochromatic Colors of #EAD154
Black with #EAD154
Text Example
Text Example
White with #EAD154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD154; }
p { color: rgb(234,209,84); }
H1.HeaderClassName
{
color: #EAD154;
}
.AnyTagClassName
{
color: #EAD154;
}
</style>
background-color css
<style>
a { background-color: #EAD154; }
a { background-color: rgb(234,209,84); }
div.DivClassName
{
background-color: #EAD154;
}
.BgClassName
{
background-color: #EAD154;
}
</style>
border-color css
<style>
span { border-color: #EAD154; }
span { border-color: rgb(234,209,84); }
td.TdClassName
{
border-color: #EAD154;
}
.TagClassName
{
border-color: #EAD154;
}
</style>