Shades of Portica #E7D25C
Tints of Portica #E7D25C
RGB
CMYK
RGB Variations
Color information
#E7D25C (or 0xE7D25C) is known color: Portica. HEX triplet: E7, D2 and 5C. RGB value is (231,210,92). Sum of RGB (Red+Green+Blue) = 231+210+92=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D25C is #182DA3. Grayscale: #CBCBCB. Windows color (decimal): -1584548 or 6083303. OLE color: 6083303.
HSL color Cylindrical-coordinate representation of color #E7D25C: hue angle of 50.94º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7D25C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 92 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.09 |
| HSL | 50.94º | 0.74% | 0.63% | - |
| HSV(B) | 50.94º | 0.6% | 0.91% | - |
| XYZ | 57.93 | 63.85 | 19.4 | - |
| YUV | 202.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 92 | 0 | 0.09 | 0.60 | 0.09 | 50.94 | 0.74 | 0.63 |
| Hex | E7 | D2 | 5C | 0 | 9 | 3C | 9 | 33 | 4A | 3F |
| Octal | 347 | 322 | 134 | 0 | 11 | 74 | 11 | 63 | 112 | 77 |
| Binary | 11100111 | 11010010 | 1011100 | 0 | 1001 | 111100 | 1001 | 110011 | 1001010 | 111111 |
Color Harmonies of #E7D25C
Complementary color
Monochromatic Colors of #E7D25C
Black with #E7D25C
Text Example
Text Example
White with #E7D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D25C; }
p { color: rgb(231,210,92); }
H1.HeaderClassName
{
color: #E7D25C;
}
.AnyTagClassName
{
color: #E7D25C;
}
</style>
background-color css
<style>
a { background-color: #E7D25C; }
a { background-color: rgb(231,210,92); }
div.DivClassName
{
background-color: #E7D25C;
}
.BgClassName
{
background-color: #E7D25C;
}
</style>
border-color css
<style>
span { border-color: #E7D25C; }
span { border-color: rgb(231,210,92); }
td.TdClassName
{
border-color: #E7D25C;
}
.TagClassName
{
border-color: #E7D25C;
}
</style>