Shades of Portica #EAD560
Tints of Portica #EAD560
RGB
CMYK
RGB Variations
Color information
#EAD560 (or 0xEAD560) is known color: Portica. HEX triplet: EA, D5 and 60. RGB value is (234,213,96). Sum of RGB (Red+Green+Blue) = 234+213+96=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD560 is #152A9F. Grayscale: #CECECE. Windows color (decimal): -1387168 or 6346218. OLE color: 6346218.
HSL color Cylindrical-coordinate representation of color #EAD560: hue angle of 50.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAD560 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 96 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.08 |
| HSL | 50.87º | 0.77% | 0.65% | - |
| HSV(B) | 50.87º | 0.59% | 0.92% | - |
| XYZ | 59.84 | 65.93 | 20.64 | - |
| YUV | 205.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 96 | 0 | 0.09 | 0.59 | 0.08 | 50.87 | 0.77 | 0.65 |
| Hex | EA | D5 | 60 | 0 | 9 | 3B | 8 | 33 | 4D | 41 |
| Octal | 352 | 325 | 140 | 0 | 11 | 73 | 10 | 63 | 115 | 101 |
| Binary | 11101010 | 11010101 | 1100000 | 0 | 1001 | 111011 | 1000 | 110011 | 1001101 | 1000001 |
Color Harmonies of #EAD560
Complementary color
Monochromatic Colors of #EAD560
Black with #EAD560
Text Example
Text Example
White with #EAD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD560; }
p { color: rgb(234,213,96); }
H1.HeaderClassName
{
color: #EAD560;
}
.AnyTagClassName
{
color: #EAD560;
}
</style>
background-color css
<style>
a { background-color: #EAD560; }
a { background-color: rgb(234,213,96); }
div.DivClassName
{
background-color: #EAD560;
}
.BgClassName
{
background-color: #EAD560;
}
</style>
border-color css
<style>
span { border-color: #EAD560; }
span { border-color: rgb(234,213,96); }
td.TdClassName
{
border-color: #EAD560;
}
.TagClassName
{
border-color: #EAD560;
}
</style>