Shades of Portica #EDDA5D
Tints of Portica #EDDA5D
RGB
CMYK
RGB Variations
Color information
#EDDA5D (or 0xEDDA5D) is known color: Portica. HEX triplet: ED, DA and 5D. RGB value is (237,218,93). Sum of RGB (Red+Green+Blue) = 237+218+93=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA5D is #1225A2. Grayscale: #D1D1D1. Windows color (decimal): -1189283 or 6150893. OLE color: 6150893.
HSL color Cylindrical-coordinate representation of color #EDDA5D: hue angle of 52.08º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDDA5D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 93 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.07 |
| HSL | 52.08º | 0.8% | 0.65% | - |
| HSV(B) | 52.08º | 0.61% | 0.93% | - |
| XYZ | 61.97 | 68.94 | 20.4 | - |
| YUV | 209.43 | 62.29 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 93 | 0 | 0.08 | 0.61 | 0.07 | 52.08 | 0.8 | 0.65 |
| Hex | ED | DA | 5D | 0 | 8 | 3D | 7 | 34 | 50 | 41 |
| Octal | 355 | 332 | 135 | 0 | 10 | 75 | 7 | 64 | 120 | 101 |
| Binary | 11101101 | 11011010 | 1011101 | 0 | 1000 | 111101 | 111 | 110100 | 1010000 | 1000001 |
Color Harmonies of #EDDA5D
Complementary color
Monochromatic Colors of #EDDA5D
Black with #EDDA5D
Text Example
Text Example
White with #EDDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA5D; }
p { color: rgb(237,218,93); }
H1.HeaderClassName
{
color: #EDDA5D;
}
.AnyTagClassName
{
color: #EDDA5D;
}
</style>
background-color css
<style>
a { background-color: #EDDA5D; }
a { background-color: rgb(237,218,93); }
div.DivClassName
{
background-color: #EDDA5D;
}
.BgClassName
{
background-color: #EDDA5D;
}
</style>
border-color css
<style>
span { border-color: #EDDA5D; }
span { border-color: rgb(237,218,93); }
td.TdClassName
{
border-color: #EDDA5D;
}
.TagClassName
{
border-color: #EDDA5D;
}
</style>