Shades of Portica #EAD454
Tints of Portica #EAD454
RGB
CMYK
RGB Variations
Color information
#EAD454 (or 0xEAD454) is known color: Portica. HEX triplet: EA, D4 and 54. RGB value is (234,212,84). Sum of RGB (Red+Green+Blue) = 234+212+84=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD454 is #152BAB. Grayscale: #CCCCCC. Windows color (decimal): -1387436 or 5559530. OLE color: 5559530.
HSL color Cylindrical-coordinate representation of color #EAD454: hue angle of 51.2º 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 #EAD454 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 84 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.08 |
| HSL | 51.2º | 0.78% | 0.62% | - |
| HSV(B) | 51.2º | 0.64% | 0.92% | - |
| XYZ | 59.08 | 65.22 | 17.86 | - |
| YUV | 203.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 84 | 0 | 0.09 | 0.64 | 0.08 | 51.2 | 0.78 | 0.62 |
| Hex | EA | D4 | 54 | 0 | 9 | 40 | 8 | 33 | 4E | 3E |
| Octal | 352 | 324 | 124 | 0 | 11 | 100 | 10 | 63 | 116 | 76 |
| Binary | 11101010 | 11010100 | 1010100 | 0 | 1001 | 1000000 | 1000 | 110011 | 1001110 | 111110 |
Color Harmonies of #EAD454
Complementary color
Monochromatic Colors of #EAD454
Black with #EAD454
Text Example
Text Example
White with #EAD454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD454; }
p { color: rgb(234,212,84); }
H1.HeaderClassName
{
color: #EAD454;
}
.AnyTagClassName
{
color: #EAD454;
}
</style>
background-color css
<style>
a { background-color: #EAD454; }
a { background-color: rgb(234,212,84); }
div.DivClassName
{
background-color: #EAD454;
}
.BgClassName
{
background-color: #EAD454;
}
</style>
border-color css
<style>
span { border-color: #EAD454; }
span { border-color: rgb(234,212,84); }
td.TdClassName
{
border-color: #EAD454;
}
.TagClassName
{
border-color: #EAD454;
}
</style>