Shades of Portica #EAD255
Tints of Portica #EAD255
RGB
CMYK
RGB Variations
Color information
#EAD255 (or 0xEAD255) is known color: Portica. HEX triplet: EA, D2 and 55. RGB value is (234,210,85). Sum of RGB (Red+Green+Blue) = 234+210+85=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD255 is #152DAA. Grayscale: #CBCBCB. Windows color (decimal): -1387947 or 5624554. OLE color: 5624554.
HSL color Cylindrical-coordinate representation of color #EAD255: hue angle of 50.34º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAD255 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 85 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.08 |
| HSL | 50.34º | 0.78% | 0.63% | - |
| HSV(B) | 50.34º | 0.64% | 0.92% | - |
| XYZ | 58.62 | 64.24 | 17.9 | - |
| YUV | 202.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 85 | 0 | 0.10 | 0.64 | 0.08 | 50.34 | 0.78 | 0.63 |
| Hex | EA | D2 | 55 | 0 | A | 40 | 8 | 32 | 4E | 3F |
| Octal | 352 | 322 | 125 | 0 | 12 | 100 | 10 | 62 | 116 | 77 |
| Binary | 11101010 | 11010010 | 1010101 | 0 | 1010 | 1000000 | 1000 | 110010 | 1001110 | 111111 |
Color Harmonies of #EAD255
Complementary color
Monochromatic Colors of #EAD255
Black with #EAD255
Text Example
Text Example
White with #EAD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD255; }
p { color: rgb(234,210,85); }
H1.HeaderClassName
{
color: #EAD255;
}
.AnyTagClassName
{
color: #EAD255;
}
</style>
background-color css
<style>
a { background-color: #EAD255; }
a { background-color: rgb(234,210,85); }
div.DivClassName
{
background-color: #EAD255;
}
.BgClassName
{
background-color: #EAD255;
}
</style>
border-color css
<style>
span { border-color: #EAD255; }
span { border-color: rgb(234,210,85); }
td.TdClassName
{
border-color: #EAD255;
}
.TagClassName
{
border-color: #EAD255;
}
</style>