Shades of Portica #E6D154
Tints of Portica #E6D154
RGB
CMYK
RGB Variations
Color information
#E6D154 (or 0xE6D154) is known color: Portica. HEX triplet: E6, D1 and 54. RGB value is (230,209,84). Sum of RGB (Red+Green+Blue) = 230+209+84=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D154 is #192EAB. Grayscale: #C9C9C9. Windows color (decimal): -1650348 or 5558758. OLE color: 5558758.
HSL color Cylindrical-coordinate representation of color #E6D154: hue angle of 51.37º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6D154 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 84 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.10 |
| HSL | 51.37º | 0.74% | 0.62% | - |
| HSV(B) | 51.37º | 0.63% | 0.9% | - |
| XYZ | 57.03 | 63.06 | 17.55 | - |
| YUV | 201.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 84 | 0 | 0.09 | 0.63 | 0.10 | 51.37 | 0.74 | 0.62 |
| Hex | E6 | D1 | 54 | 0 | 9 | 3F | A | 33 | 4A | 3E |
| Octal | 346 | 321 | 124 | 0 | 11 | 77 | 12 | 63 | 112 | 76 |
| Binary | 11100110 | 11010001 | 1010100 | 0 | 1001 | 111111 | 1010 | 110011 | 1001010 | 111110 |
Color Harmonies of #E6D154
Complementary color
Monochromatic Colors of #E6D154
Black with #E6D154
Text Example
Text Example
White with #E6D154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D154; }
p { color: rgb(230,209,84); }
H1.HeaderClassName
{
color: #E6D154;
}
.AnyTagClassName
{
color: #E6D154;
}
</style>
background-color css
<style>
a { background-color: #E6D154; }
a { background-color: rgb(230,209,84); }
div.DivClassName
{
background-color: #E6D154;
}
.BgClassName
{
background-color: #E6D154;
}
</style>
border-color css
<style>
span { border-color: #E6D154; }
span { border-color: rgb(230,209,84); }
td.TdClassName
{
border-color: #E6D154;
}
.TagClassName
{
border-color: #E6D154;
}
</style>