Shades of Portica #EAD251
Tints of Portica #EAD251
RGB
CMYK
RGB Variations
Color information
#EAD251 (or 0xEAD251) is known color: Portica. HEX triplet: EA, D2 and 51. RGB value is (234,210,81). Sum of RGB (Red+Green+Blue) = 234+210+81=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD251 is #152DAE. Grayscale: #CBCBCB. Windows color (decimal): -1387951 or 5362410. OLE color: 5362410.
HSL color Cylindrical-coordinate representation of color #EAD251: hue angle of 50.59º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAD251 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 81 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.08 |
| HSL | 50.59º | 0.78% | 0.62% | - |
| HSV(B) | 50.59º | 0.65% | 0.92% | - |
| XYZ | 58.46 | 64.18 | 17.09 | - |
| YUV | 202.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 81 | 0 | 0.10 | 0.65 | 0.08 | 50.59 | 0.78 | 0.62 |
| Hex | EA | D2 | 51 | 0 | A | 41 | 8 | 33 | 4E | 3E |
| Octal | 352 | 322 | 121 | 0 | 12 | 101 | 10 | 63 | 116 | 76 |
| Binary | 11101010 | 11010010 | 1010001 | 0 | 1010 | 1000001 | 1000 | 110011 | 1001110 | 111110 |
Color Harmonies of #EAD251
Complementary color
Monochromatic Colors of #EAD251
Black with #EAD251
Text Example
Text Example
White with #EAD251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD251; }
p { color: rgb(234,210,81); }
H1.HeaderClassName
{
color: #EAD251;
}
.AnyTagClassName
{
color: #EAD251;
}
</style>
background-color css
<style>
a { background-color: #EAD251; }
a { background-color: rgb(234,210,81); }
div.DivClassName
{
background-color: #EAD251;
}
.BgClassName
{
background-color: #EAD251;
}
</style>
border-color css
<style>
span { border-color: #EAD251; }
span { border-color: rgb(234,210,81); }
td.TdClassName
{
border-color: #EAD251;
}
.TagClassName
{
border-color: #EAD251;
}
</style>