Shades of Portica #E6CC5A
Tints of Portica #E6CC5A
RGB
CMYK
RGB Variations
Color information
#E6CC5A (or 0xE6CC5A) is known color: Portica. HEX triplet: E6, CC and 5A. RGB value is (230,204,90). Sum of RGB (Red+Green+Blue) = 230+204+90=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC5A is #1933A5. Grayscale: #C7C7C7. Windows color (decimal): -1651622 or 5950694. OLE color: 5950694.
HSL color Cylindrical-coordinate representation of color #E6CC5A: hue angle of 48.86º 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 #E6CC5A is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 90 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.10 |
| HSL | 48.86º | 0.74% | 0.63% | - |
| HSV(B) | 48.86º | 0.61% | 0.9% | - |
| XYZ | 56.07 | 60.75 | 18.44 | - |
| YUV | 198.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 90 | 0 | 0.11 | 0.61 | 0.10 | 48.86 | 0.74 | 0.63 |
| Hex | E6 | CC | 5A | 0 | B | 3D | A | 31 | 4A | 3F |
| Octal | 346 | 314 | 132 | 0 | 13 | 75 | 12 | 61 | 112 | 77 |
| Binary | 11100110 | 11001100 | 1011010 | 0 | 1011 | 111101 | 1010 | 110001 | 1001010 | 111111 |
Color Harmonies of #E6CC5A
Complementary color
Monochromatic Colors of #E6CC5A
Black with #E6CC5A
Text Example
Text Example
White with #E6CC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC5A; }
p { color: rgb(230,204,90); }
H1.HeaderClassName
{
color: #E6CC5A;
}
.AnyTagClassName
{
color: #E6CC5A;
}
</style>
background-color css
<style>
a { background-color: #E6CC5A; }
a { background-color: rgb(230,204,90); }
div.DivClassName
{
background-color: #E6CC5A;
}
.BgClassName
{
background-color: #E6CC5A;
}
</style>
border-color css
<style>
span { border-color: #E6CC5A; }
span { border-color: rgb(230,204,90); }
td.TdClassName
{
border-color: #E6CC5A;
}
.TagClassName
{
border-color: #E6CC5A;
}
</style>