Shades of Portica #EDD74A
Tints of Portica #EDD74A
RGB
CMYK
RGB Variations
Color information
#EDD74A (or 0xEDD74A) is known color: Portica. HEX triplet: ED, D7 and 4A. RGB value is (237,215,74). Sum of RGB (Red+Green+Blue) = 237+215+74=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD74A is #1228B5. Grayscale: #CECECE. Windows color (decimal): -1190070 or 4904941. OLE color: 4904941.
HSL color Cylindrical-coordinate representation of color #EDD74A: hue angle of 51.9º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDD74A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 74 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.07 |
| HSL | 51.9º | 0.82% | 0.61% | - |
| HSV(B) | 51.9º | 0.69% | 0.93% | - |
| XYZ | 60.46 | 67.1 | 16.24 | - |
| YUV | 205.5 | 53.79 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 74 | 0 | 0.09 | 0.69 | 0.07 | 51.9 | 0.82 | 0.61 |
| Hex | ED | D7 | 4A | 0 | 9 | 45 | 7 | 34 | 52 | 3D |
| Octal | 355 | 327 | 112 | 0 | 11 | 105 | 7 | 64 | 122 | 75 |
| Binary | 11101101 | 11010111 | 1001010 | 0 | 1001 | 1000101 | 111 | 110100 | 1010010 | 111101 |
Color Harmonies of #EDD74A
Complementary color
Monochromatic Colors of #EDD74A
Black with #EDD74A
Text Example
Text Example
White with #EDD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD74A; }
p { color: rgb(237,215,74); }
H1.HeaderClassName
{
color: #EDD74A;
}
.AnyTagClassName
{
color: #EDD74A;
}
</style>
background-color css
<style>
a { background-color: #EDD74A; }
a { background-color: rgb(237,215,74); }
div.DivClassName
{
background-color: #EDD74A;
}
.BgClassName
{
background-color: #EDD74A;
}
</style>
border-color css
<style>
span { border-color: #EDD74A; }
span { border-color: rgb(237,215,74); }
td.TdClassName
{
border-color: #EDD74A;
}
.TagClassName
{
border-color: #EDD74A;
}
</style>