Shades of Portica #EDD25A
Tints of Portica #EDD25A
RGB
CMYK
RGB Variations
Color information
#EDD25A (or 0xEDD25A) is known color: Portica. HEX triplet: ED, D2 and 5A. RGB value is (237,210,90). Sum of RGB (Red+Green+Blue) = 237+210+90=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD25A is #122DA5. Grayscale: #CCCCCC. Windows color (decimal): -1191334 or 5952237. OLE color: 5952237.
HSL color Cylindrical-coordinate representation of color #EDD25A: hue angle of 48.98º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDD25A is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 90 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 48.98º | 0.8% | 0.64% | - |
| HSV(B) | 48.98º | 0.62% | 0.93% | - |
| XYZ | 59.82 | 64.84 | 19.03 | - |
| YUV | 204.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 90 | 0 | 0.11 | 0.62 | 0.07 | 48.98 | 0.8 | 0.64 |
| Hex | ED | D2 | 5A | 0 | B | 3E | 7 | 31 | 50 | 40 |
| Octal | 355 | 322 | 132 | 0 | 13 | 76 | 7 | 61 | 120 | 100 |
| Binary | 11101101 | 11010010 | 1011010 | 0 | 1011 | 111110 | 111 | 110001 | 1010000 | 1000000 |
Color Harmonies of #EDD25A
Complementary color
Monochromatic Colors of #EDD25A
Black with #EDD25A
Text Example
Text Example
White with #EDD25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD25A; }
p { color: rgb(237,210,90); }
H1.HeaderClassName
{
color: #EDD25A;
}
.AnyTagClassName
{
color: #EDD25A;
}
</style>
background-color css
<style>
a { background-color: #EDD25A; }
a { background-color: rgb(237,210,90); }
div.DivClassName
{
background-color: #EDD25A;
}
.BgClassName
{
background-color: #EDD25A;
}
</style>
border-color css
<style>
span { border-color: #EDD25A; }
span { border-color: rgb(237,210,90); }
td.TdClassName
{
border-color: #EDD25A;
}
.TagClassName
{
border-color: #EDD25A;
}
</style>