Shades of Portica #EDD34F
Tints of Portica #EDD34F
RGB
CMYK
RGB Variations
Color information
#EDD34F (or 0xEDD34F) is known color: Portica. HEX triplet: ED, D3 and 4F. RGB value is (237,211,79). Sum of RGB (Red+Green+Blue) = 237+211+79=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD34F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD34F is #122CB0. Grayscale: #CCCCCC. Windows color (decimal): -1191089 or 5231597. OLE color: 5231597.
HSL color Cylindrical-coordinate representation of color #EDD34F: hue angle of 50.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDD34F is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 79 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.07 |
| HSL | 50.13º | 0.81% | 0.62% | - |
| HSV(B) | 50.13º | 0.67% | 0.93% | - |
| XYZ | 59.63 | 65.16 | 16.83 | - |
| YUV | 203.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 79 | 0 | 0.11 | 0.67 | 0.07 | 50.13 | 0.81 | 0.62 |
| Hex | ED | D3 | 4F | 0 | B | 43 | 7 | 32 | 51 | 3E |
| Octal | 355 | 323 | 117 | 0 | 13 | 103 | 7 | 62 | 121 | 76 |
| Binary | 11101101 | 11010011 | 1001111 | 0 | 1011 | 1000011 | 111 | 110010 | 1010001 | 111110 |
Color Harmonies of #EDD34F
Complementary color
Monochromatic Colors of #EDD34F
Black with #EDD34F
Text Example
Text Example
White with #EDD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD34F; }
p { color: rgb(237,211,79); }
H1.HeaderClassName
{
color: #EDD34F;
}
.AnyTagClassName
{
color: #EDD34F;
}
</style>
background-color css
<style>
a { background-color: #EDD34F; }
a { background-color: rgb(237,211,79); }
div.DivClassName
{
background-color: #EDD34F;
}
.BgClassName
{
background-color: #EDD34F;
}
</style>
border-color css
<style>
span { border-color: #EDD34F; }
span { border-color: rgb(237,211,79); }
td.TdClassName
{
border-color: #EDD34F;
}
.TagClassName
{
border-color: #EDD34F;
}
</style>