Shades of Portica #EDD25E
Tints of Portica #EDD25E
RGB
CMYK
RGB Variations
Color information
#EDD25E (or 0xEDD25E) is known color: Portica. HEX triplet: ED, D2 and 5E. RGB value is (237,210,94). Sum of RGB (Red+Green+Blue) = 237+210+94=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD25E is #122DA1. Grayscale: #CDCDCD. Windows color (decimal): -1191330 or 6214381. OLE color: 6214381.
HSL color Cylindrical-coordinate representation of color #EDD25E: hue angle of 48.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDD25E is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 94 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.07 |
| HSL | 48.67º | 0.8% | 0.65% | - |
| HSV(B) | 48.67º | 0.6% | 0.93% | - |
| XYZ | 59.99 | 64.91 | 19.96 | - |
| YUV | 204.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 94 | 0 | 0.11 | 0.60 | 0.07 | 48.67 | 0.8 | 0.65 |
| Hex | ED | D2 | 5E | 0 | B | 3C | 7 | 31 | 50 | 41 |
| Octal | 355 | 322 | 136 | 0 | 13 | 74 | 7 | 61 | 120 | 101 |
| Binary | 11101101 | 11010010 | 1011110 | 0 | 1011 | 111100 | 111 | 110001 | 1010000 | 1000001 |
Color Harmonies of #EDD25E
Complementary color
Monochromatic Colors of #EDD25E
Black with #EDD25E
Text Example
Text Example
White with #EDD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD25E; }
p { color: rgb(237,210,94); }
H1.HeaderClassName
{
color: #EDD25E;
}
.AnyTagClassName
{
color: #EDD25E;
}
</style>
background-color css
<style>
a { background-color: #EDD25E; }
a { background-color: rgb(237,210,94); }
div.DivClassName
{
background-color: #EDD25E;
}
.BgClassName
{
background-color: #EDD25E;
}
</style>
border-color css
<style>
span { border-color: #EDD25E; }
span { border-color: rgb(237,210,94); }
td.TdClassName
{
border-color: #EDD25E;
}
.TagClassName
{
border-color: #EDD25E;
}
</style>