Shades of Portica #EACA5A
Tints of Portica #EACA5A
RGB
CMYK
RGB Variations
Color information
#EACA5A (or 0xEACA5A) is known color: Portica. HEX triplet: EA, CA and 5A. RGB value is (234,202,90). Sum of RGB (Red+Green+Blue) = 234+202+90=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA5A is #1535A5. Grayscale: #C7C7C7. Windows color (decimal): -1389990 or 5950186. OLE color: 5950186.
HSL color Cylindrical-coordinate representation of color #EACA5A: hue angle of 46.67º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EACA5A is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 90 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.08 |
| HSL | 46.67º | 0.77% | 0.64% | - |
| HSV(B) | 46.67º | 0.62% | 0.92% | - |
| XYZ | 56.9 | 60.47 | 18.35 | - |
| YUV | 198.8 | 66.6 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 90 | 0 | 0.14 | 0.62 | 0.08 | 46.67 | 0.77 | 0.64 |
| Hex | EA | CA | 5A | 0 | E | 3E | 8 | 2F | 4D | 40 |
| Octal | 352 | 312 | 132 | 0 | 16 | 76 | 10 | 57 | 115 | 100 |
| Binary | 11101010 | 11001010 | 1011010 | 0 | 1110 | 111110 | 1000 | 101111 | 1001101 | 1000000 |
Color Harmonies of #EACA5A
Complementary color
Monochromatic Colors of #EACA5A
Black with #EACA5A
Text Example
Text Example
White with #EACA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA5A; }
p { color: rgb(234,202,90); }
H1.HeaderClassName
{
color: #EACA5A;
}
.AnyTagClassName
{
color: #EACA5A;
}
</style>
background-color css
<style>
a { background-color: #EACA5A; }
a { background-color: rgb(234,202,90); }
div.DivClassName
{
background-color: #EACA5A;
}
.BgClassName
{
background-color: #EACA5A;
}
</style>
border-color css
<style>
span { border-color: #EACA5A; }
span { border-color: rgb(234,202,90); }
td.TdClassName
{
border-color: #EACA5A;
}
.TagClassName
{
border-color: #EACA5A;
}
</style>