Shades of Portica #EDDA63
Tints of Portica #EDDA63
RGB
CMYK
RGB Variations
Color information
#EDDA63 (or 0xEDDA63) is known color: Portica. HEX triplet: ED, DA and 63. RGB value is (237,218,99). Sum of RGB (Red+Green+Blue) = 237+218+99=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA63 is #12259C. Grayscale: #D2D2D2. Windows color (decimal): -1189277 or 6544109. OLE color: 6544109.
HSL color Cylindrical-coordinate representation of color #EDDA63: hue angle of 51.74º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDDA63 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 99 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 51.74º | 0.79% | 0.66% | - |
| HSV(B) | 51.74º | 0.58% | 0.93% | - |
| XYZ | 62.25 | 69.05 | 21.85 | - |
| YUV | 210.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 99 | 0 | 0.08 | 0.58 | 0.07 | 51.74 | 0.79 | 0.66 |
| Hex | ED | DA | 63 | 0 | 8 | 3A | 7 | 34 | 4F | 42 |
| Octal | 355 | 332 | 143 | 0 | 10 | 72 | 7 | 64 | 117 | 102 |
| Binary | 11101101 | 11011010 | 1100011 | 0 | 1000 | 111010 | 111 | 110100 | 1001111 | 1000010 |
Color Harmonies of #EDDA63
Complementary color
Monochromatic Colors of #EDDA63
Black with #EDDA63
Text Example
Text Example
White with #EDDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA63; }
p { color: rgb(237,218,99); }
H1.HeaderClassName
{
color: #EDDA63;
}
.AnyTagClassName
{
color: #EDDA63;
}
</style>
background-color css
<style>
a { background-color: #EDDA63; }
a { background-color: rgb(237,218,99); }
div.DivClassName
{
background-color: #EDDA63;
}
.BgClassName
{
background-color: #EDDA63;
}
</style>
border-color css
<style>
span { border-color: #EDDA63; }
span { border-color: rgb(237,218,99); }
td.TdClassName
{
border-color: #EDDA63;
}
.TagClassName
{
border-color: #EDDA63;
}
</style>