Shades of Portica #EDD250
Tints of Portica #EDD250
RGB
CMYK
RGB Variations
Color information
#EDD250 (or 0xEDD250) is known color: Portica. HEX triplet: ED, D2 and 50. RGB value is (237,210,80). Sum of RGB (Red+Green+Blue) = 237+210+80=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD250 is #122DAF. Grayscale: #CBCBCB. Windows color (decimal): -1191344 or 5296877. OLE color: 5296877.
HSL color Cylindrical-coordinate representation of color #EDD250: hue angle of 49.68º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDD250 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 80 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.07 |
| HSL | 49.68º | 0.81% | 0.62% | - |
| HSV(B) | 49.68º | 0.66% | 0.93% | - |
| XYZ | 59.42 | 64.68 | 16.94 | - |
| YUV | 203.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 80 | 0 | 0.11 | 0.66 | 0.07 | 49.68 | 0.81 | 0.62 |
| Hex | ED | D2 | 50 | 0 | B | 42 | 7 | 32 | 51 | 3E |
| Octal | 355 | 322 | 120 | 0 | 13 | 102 | 7 | 62 | 121 | 76 |
| Binary | 11101101 | 11010010 | 1010000 | 0 | 1011 | 1000010 | 111 | 110010 | 1010001 | 111110 |
Color Harmonies of #EDD250
Complementary color
Monochromatic Colors of #EDD250
Black with #EDD250
Text Example
Text Example
White with #EDD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD250; }
p { color: rgb(237,210,80); }
H1.HeaderClassName
{
color: #EDD250;
}
.AnyTagClassName
{
color: #EDD250;
}
</style>
background-color css
<style>
a { background-color: #EDD250; }
a { background-color: rgb(237,210,80); }
div.DivClassName
{
background-color: #EDD250;
}
.BgClassName
{
background-color: #EDD250;
}
</style>
border-color css
<style>
span { border-color: #EDD250; }
span { border-color: rgb(237,210,80); }
td.TdClassName
{
border-color: #EDD250;
}
.TagClassName
{
border-color: #EDD250;
}
</style>