Shades of Portica #EDD35B
Tints of Portica #EDD35B
RGB
CMYK
RGB Variations
Color information
#EDD35B (or 0xEDD35B) is known color: Portica. HEX triplet: ED, D3 and 5B. RGB value is (237,211,91). Sum of RGB (Red+Green+Blue) = 237+211+91=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD35B is #122CA4. Grayscale: #CDCDCD. Windows color (decimal): -1191077 or 6018029. OLE color: 6018029.
HSL color Cylindrical-coordinate representation of color #EDD35B: hue angle of 49.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDD35B is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 91 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.32º | 0.8% | 0.64% | - |
| HSV(B) | 49.32º | 0.62% | 0.93% | - |
| XYZ | 60.11 | 65.35 | 19.34 | - |
| YUV | 205.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 91 | 0 | 0.11 | 0.62 | 0.07 | 49.32 | 0.8 | 0.64 |
| Hex | ED | D3 | 5B | 0 | B | 3E | 7 | 31 | 50 | 40 |
| Octal | 355 | 323 | 133 | 0 | 13 | 76 | 7 | 61 | 120 | 100 |
| Binary | 11101101 | 11010011 | 1011011 | 0 | 1011 | 111110 | 111 | 110001 | 1010000 | 1000000 |
Color Harmonies of #EDD35B
Complementary color
Monochromatic Colors of #EDD35B
Black with #EDD35B
Text Example
Text Example
White with #EDD35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD35B; }
p { color: rgb(237,211,91); }
H1.HeaderClassName
{
color: #EDD35B;
}
.AnyTagClassName
{
color: #EDD35B;
}
</style>
background-color css
<style>
a { background-color: #EDD35B; }
a { background-color: rgb(237,211,91); }
div.DivClassName
{
background-color: #EDD35B;
}
.BgClassName
{
background-color: #EDD35B;
}
</style>
border-color css
<style>
span { border-color: #EDD35B; }
span { border-color: rgb(237,211,91); }
td.TdClassName
{
border-color: #EDD35B;
}
.TagClassName
{
border-color: #EDD35B;
}
</style>