Shades of Portica #EDD54C
Tints of Portica #EDD54C
RGB
CMYK
RGB Variations
Color information
#EDD54C (or 0xEDD54C) is known color: Portica. HEX triplet: ED, D5 and 4C. RGB value is (237,213,76). Sum of RGB (Red+Green+Blue) = 237+213+76=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD54C is #122AB3. Grayscale: #CDCDCD. Windows color (decimal): -1190580 or 5035501. OLE color: 5035501.
HSL color Cylindrical-coordinate representation of color #EDD54C: hue angle of 51.06º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDD54C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 76 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.07 |
| HSL | 51.06º | 0.82% | 0.61% | - |
| HSV(B) | 51.06º | 0.68% | 0.93% | - |
| XYZ | 60.02 | 66.11 | 16.44 | - |
| YUV | 204.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 76 | 0 | 0.10 | 0.68 | 0.07 | 51.06 | 0.82 | 0.61 |
| Hex | ED | D5 | 4C | 0 | A | 44 | 7 | 33 | 52 | 3D |
| Octal | 355 | 325 | 114 | 0 | 12 | 104 | 7 | 63 | 122 | 75 |
| Binary | 11101101 | 11010101 | 1001100 | 0 | 1010 | 1000100 | 111 | 110011 | 1010010 | 111101 |
Color Harmonies of #EDD54C
Complementary color
Monochromatic Colors of #EDD54C
Black with #EDD54C
Text Example
Text Example
White with #EDD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD54C; }
p { color: rgb(237,213,76); }
H1.HeaderClassName
{
color: #EDD54C;
}
.AnyTagClassName
{
color: #EDD54C;
}
</style>
background-color css
<style>
a { background-color: #EDD54C; }
a { background-color: rgb(237,213,76); }
div.DivClassName
{
background-color: #EDD54C;
}
.BgClassName
{
background-color: #EDD54C;
}
</style>
border-color css
<style>
span { border-color: #EDD54C; }
span { border-color: rgb(237,213,76); }
td.TdClassName
{
border-color: #EDD54C;
}
.TagClassName
{
border-color: #EDD54C;
}
</style>