Shades of Portica #E6D25B
Tints of Portica #E6D25B
RGB
CMYK
RGB Variations
Color information
#E6D25B (or 0xE6D25B) is known color: Portica. HEX triplet: E6, D2 and 5B. RGB value is (230,210,91). Sum of RGB (Red+Green+Blue) = 230+210+91=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D25B is #192DA4. Grayscale: #CACACA. Windows color (decimal): -1650085 or 6017766. OLE color: 6017766.
HSL color Cylindrical-coordinate representation of color #E6D25B: hue angle of 51.37º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6D25B is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 91 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.10 |
| HSL | 51.37º | 0.74% | 0.63% | - |
| HSV(B) | 51.37º | 0.6% | 0.9% | - |
| XYZ | 57.57 | 63.67 | 19.15 | - |
| YUV | 202.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 91 | 0 | 0.09 | 0.60 | 0.10 | 51.37 | 0.74 | 0.63 |
| Hex | E6 | D2 | 5B | 0 | 9 | 3C | A | 33 | 4A | 3F |
| Octal | 346 | 322 | 133 | 0 | 11 | 74 | 12 | 63 | 112 | 77 |
| Binary | 11100110 | 11010010 | 1011011 | 0 | 1001 | 111100 | 1010 | 110011 | 1001010 | 111111 |
Color Harmonies of #E6D25B
Complementary color
Monochromatic Colors of #E6D25B
Black with #E6D25B
Text Example
Text Example
White with #E6D25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D25B; }
p { color: rgb(230,210,91); }
H1.HeaderClassName
{
color: #E6D25B;
}
.AnyTagClassName
{
color: #E6D25B;
}
</style>
background-color css
<style>
a { background-color: #E6D25B; }
a { background-color: rgb(230,210,91); }
div.DivClassName
{
background-color: #E6D25B;
}
.BgClassName
{
background-color: #E6D25B;
}
</style>
border-color css
<style>
span { border-color: #E6D25B; }
span { border-color: rgb(230,210,91); }
td.TdClassName
{
border-color: #E6D25B;
}
.TagClassName
{
border-color: #E6D25B;
}
</style>