Shades of Portica #EACE55
Tints of Portica #EACE55
RGB
CMYK
RGB Variations
Color information
#EACE55 (or 0xEACE55) is known color: Portica. HEX triplet: EA, CE and 55. RGB value is (234,206,85). Sum of RGB (Red+Green+Blue) = 234+206+85=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE55 is #1531AA. Grayscale: #C9C9C9. Windows color (decimal): -1388971 or 5623530. OLE color: 5623530.
HSL color Cylindrical-coordinate representation of color #EACE55: hue angle of 48.72º 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 #EACE55 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 85 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.08 |
| HSL | 48.72º | 0.78% | 0.63% | - |
| HSV(B) | 48.72º | 0.64% | 0.92% | - |
| XYZ | 57.64 | 62.29 | 17.58 | - |
| YUV | 200.58 | 62.78 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 85 | 0 | 0.12 | 0.64 | 0.08 | 48.72 | 0.78 | 0.63 |
| Hex | EA | CE | 55 | 0 | C | 40 | 8 | 31 | 4E | 3F |
| Octal | 352 | 316 | 125 | 0 | 14 | 100 | 10 | 61 | 116 | 77 |
| Binary | 11101010 | 11001110 | 1010101 | 0 | 1100 | 1000000 | 1000 | 110001 | 1001110 | 111111 |
Color Harmonies of #EACE55
Complementary color
Monochromatic Colors of #EACE55
Black with #EACE55
Text Example
Text Example
White with #EACE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE55; }
p { color: rgb(234,206,85); }
H1.HeaderClassName
{
color: #EACE55;
}
.AnyTagClassName
{
color: #EACE55;
}
</style>
background-color css
<style>
a { background-color: #EACE55; }
a { background-color: rgb(234,206,85); }
div.DivClassName
{
background-color: #EACE55;
}
.BgClassName
{
background-color: #EACE55;
}
</style>
border-color css
<style>
span { border-color: #EACE55; }
span { border-color: rgb(234,206,85); }
td.TdClassName
{
border-color: #EACE55;
}
.TagClassName
{
border-color: #EACE55;
}
</style>