Shades of Portica #EDD35D
Tints of Portica #EDD35D
RGB
CMYK
RGB Variations
Color information
#EDD35D (or 0xEDD35D) is known color: Portica. HEX triplet: ED, D3 and 5D. RGB value is (237,211,93). Sum of RGB (Red+Green+Blue) = 237+211+93=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD35D is #122CA2. Grayscale: #CDCDCD. Windows color (decimal): -1191075 or 6149101. OLE color: 6149101.
HSL color Cylindrical-coordinate representation of color #EDD35D: hue angle of 49.17º 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 #EDD35D is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 93 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.07 |
| HSL | 49.17º | 0.8% | 0.65% | - |
| HSV(B) | 49.17º | 0.61% | 0.93% | - |
| XYZ | 60.2 | 65.38 | 19.8 | - |
| YUV | 205.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 93 | 0 | 0.11 | 0.61 | 0.07 | 49.17 | 0.8 | 0.65 |
| Hex | ED | D3 | 5D | 0 | B | 3D | 7 | 31 | 50 | 41 |
| Octal | 355 | 323 | 135 | 0 | 13 | 75 | 7 | 61 | 120 | 101 |
| Binary | 11101101 | 11010011 | 1011101 | 0 | 1011 | 111101 | 111 | 110001 | 1010000 | 1000001 |
Color Harmonies of #EDD35D
Complementary color
Monochromatic Colors of #EDD35D
Black with #EDD35D
Text Example
Text Example
White with #EDD35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD35D; }
p { color: rgb(237,211,93); }
H1.HeaderClassName
{
color: #EDD35D;
}
.AnyTagClassName
{
color: #EDD35D;
}
</style>
background-color css
<style>
a { background-color: #EDD35D; }
a { background-color: rgb(237,211,93); }
div.DivClassName
{
background-color: #EDD35D;
}
.BgClassName
{
background-color: #EDD35D;
}
</style>
border-color css
<style>
span { border-color: #EDD35D; }
span { border-color: rgb(237,211,93); }
td.TdClassName
{
border-color: #EDD35D;
}
.TagClassName
{
border-color: #EDD35D;
}
</style>