Shades of Portica #E6CA5A
Tints of Portica #E6CA5A
RGB
CMYK
RGB Variations
Color information
#E6CA5A (or 0xE6CA5A) is known color: Portica. HEX triplet: E6, CA and 5A. RGB value is (230,202,90). Sum of RGB (Red+Green+Blue) = 230+202+90=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CA5A is #1935A5. Grayscale: #C6C6C6. Windows color (decimal): -1652134 or 5950182. OLE color: 5950182.
HSL color Cylindrical-coordinate representation of color #E6CA5A: hue angle of 48º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6CA5A is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 90 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.10 |
| HSL | 48º | 0.74% | 0.63% | - |
| HSV(B) | 48º | 0.61% | 0.9% | - |
| XYZ | 55.6 | 59.8 | 18.29 | - |
| YUV | 197.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 90 | 0 | 0.12 | 0.61 | 0.10 | 48 | 0.74 | 0.63 |
| Hex | E6 | CA | 5A | 0 | C | 3D | A | 30 | 4A | 3F |
| Octal | 346 | 312 | 132 | 0 | 14 | 75 | 12 | 60 | 112 | 77 |
| Binary | 11100110 | 11001010 | 1011010 | 0 | 1100 | 111101 | 1010 | 110000 | 1001010 | 111111 |
Color Harmonies of #E6CA5A
Complementary color
Monochromatic Colors of #E6CA5A
Black with #E6CA5A
Text Example
Text Example
White with #E6CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA5A; }
p { color: rgb(230,202,90); }
H1.HeaderClassName
{
color: #E6CA5A;
}
.AnyTagClassName
{
color: #E6CA5A;
}
</style>
background-color css
<style>
a { background-color: #E6CA5A; }
a { background-color: rgb(230,202,90); }
div.DivClassName
{
background-color: #E6CA5A;
}
.BgClassName
{
background-color: #E6CA5A;
}
</style>
border-color css
<style>
span { border-color: #E6CA5A; }
span { border-color: rgb(230,202,90); }
td.TdClassName
{
border-color: #E6CA5A;
}
.TagClassName
{
border-color: #E6CA5A;
}
</style>