Shades of Portica #EDD35A
Tints of Portica #EDD35A
RGB
CMYK
RGB Variations
Color information
#EDD35A (or 0xEDD35A) is known color: Portica. HEX triplet: ED, D3 and 5A. RGB value is (237,211,90). Sum of RGB (Red+Green+Blue) = 237+211+90=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD35A is #122CA5. Grayscale: #CDCDCD. Windows color (decimal): -1191078 or 5952493. OLE color: 5952493.
HSL color Cylindrical-coordinate representation of color #EDD35A: hue angle of 49.39º 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 #EDD35A is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 90 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.07 |
| HSL | 49.39º | 0.8% | 0.64% | - |
| HSV(B) | 49.39º | 0.62% | 0.93% | - |
| XYZ | 60.06 | 65.33 | 19.12 | - |
| YUV | 204.98 | 63.11 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 90 | 0 | 0.11 | 0.62 | 0.07 | 49.39 | 0.8 | 0.64 |
| Hex | ED | D3 | 5A | 0 | B | 3E | 7 | 31 | 50 | 40 |
| Octal | 355 | 323 | 132 | 0 | 13 | 76 | 7 | 61 | 120 | 100 |
| Binary | 11101101 | 11010011 | 1011010 | 0 | 1011 | 111110 | 111 | 110001 | 1010000 | 1000000 |
Color Harmonies of #EDD35A
Complementary color
Monochromatic Colors of #EDD35A
Black with #EDD35A
Text Example
Text Example
White with #EDD35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD35A; }
p { color: rgb(237,211,90); }
H1.HeaderClassName
{
color: #EDD35A;
}
.AnyTagClassName
{
color: #EDD35A;
}
</style>
background-color css
<style>
a { background-color: #EDD35A; }
a { background-color: rgb(237,211,90); }
div.DivClassName
{
background-color: #EDD35A;
}
.BgClassName
{
background-color: #EDD35A;
}
</style>
border-color css
<style>
span { border-color: #EDD35A; }
span { border-color: rgb(237,211,90); }
td.TdClassName
{
border-color: #EDD35A;
}
.TagClassName
{
border-color: #EDD35A;
}
</style>