Shades of Portica #EDD25C
Tints of Portica #EDD25C
RGB
CMYK
RGB Variations
Color information
#EDD25C (or 0xEDD25C) is known color: Portica. HEX triplet: ED, D2 and 5C. RGB value is (237,210,92). Sum of RGB (Red+Green+Blue) = 237+210+92=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD25C is #122DA3. Grayscale: #CDCDCD. Windows color (decimal): -1191332 or 6083309. OLE color: 6083309.
HSL color Cylindrical-coordinate representation of color #EDD25C: hue angle of 48.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDD25C is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 92 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.07 |
| HSL | 48.83º | 0.8% | 0.65% | - |
| HSV(B) | 48.83º | 0.61% | 0.93% | - |
| XYZ | 59.9 | 64.87 | 19.49 | - |
| YUV | 204.62 | 64.45 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 92 | 0 | 0.11 | 0.61 | 0.07 | 48.83 | 0.8 | 0.65 |
| Hex | ED | D2 | 5C | 0 | B | 3D | 7 | 31 | 50 | 41 |
| Octal | 355 | 322 | 134 | 0 | 13 | 75 | 7 | 61 | 120 | 101 |
| Binary | 11101101 | 11010010 | 1011100 | 0 | 1011 | 111101 | 111 | 110001 | 1010000 | 1000001 |
Color Harmonies of #EDD25C
Complementary color
Monochromatic Colors of #EDD25C
Black with #EDD25C
Text Example
Text Example
White with #EDD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD25C; }
p { color: rgb(237,210,92); }
H1.HeaderClassName
{
color: #EDD25C;
}
.AnyTagClassName
{
color: #EDD25C;
}
</style>
background-color css
<style>
a { background-color: #EDD25C; }
a { background-color: rgb(237,210,92); }
div.DivClassName
{
background-color: #EDD25C;
}
.BgClassName
{
background-color: #EDD25C;
}
</style>
border-color css
<style>
span { border-color: #EDD25C; }
span { border-color: rgb(237,210,92); }
td.TdClassName
{
border-color: #EDD25C;
}
.TagClassName
{
border-color: #EDD25C;
}
</style>