Shades of Portica #EAD458
Tints of Portica #EAD458
RGB
CMYK
RGB Variations
Color information
#EAD458 (or 0xEAD458) is known color: Portica. HEX triplet: EA, D4 and 58. RGB value is (234,212,88). Sum of RGB (Red+Green+Blue) = 234+212+88=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD458 is #152BA7. Grayscale: #CCCCCC. Windows color (decimal): -1387432 or 5821674. OLE color: 5821674.
HSL color Cylindrical-coordinate representation of color #EAD458: hue angle of 50.96º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAD458 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 88 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.08 |
| HSL | 50.96º | 0.78% | 0.63% | - |
| HSV(B) | 50.96º | 0.62% | 0.92% | - |
| XYZ | 59.24 | 65.28 | 18.71 | - |
| YUV | 204.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 88 | 0 | 0.09 | 0.62 | 0.08 | 50.96 | 0.78 | 0.63 |
| Hex | EA | D4 | 58 | 0 | 9 | 3E | 8 | 33 | 4E | 3F |
| Octal | 352 | 324 | 130 | 0 | 11 | 76 | 10 | 63 | 116 | 77 |
| Binary | 11101010 | 11010100 | 1011000 | 0 | 1001 | 111110 | 1000 | 110011 | 1001110 | 111111 |
Color Harmonies of #EAD458
Complementary color
Monochromatic Colors of #EAD458
Black with #EAD458
Text Example
Text Example
White with #EAD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD458; }
p { color: rgb(234,212,88); }
H1.HeaderClassName
{
color: #EAD458;
}
.AnyTagClassName
{
color: #EAD458;
}
</style>
background-color css
<style>
a { background-color: #EAD458; }
a { background-color: rgb(234,212,88); }
div.DivClassName
{
background-color: #EAD458;
}
.BgClassName
{
background-color: #EAD458;
}
</style>
border-color css
<style>
span { border-color: #EAD458; }
span { border-color: rgb(234,212,88); }
td.TdClassName
{
border-color: #EAD458;
}
.TagClassName
{
border-color: #EAD458;
}
</style>