Shades of Portica #EDDB5D
Tints of Portica #EDDB5D
RGB
CMYK
RGB Variations
Color information
#EDDB5D (or 0xEDDB5D) is known color: Portica. HEX triplet: ED, DB and 5D. RGB value is (237,219,93). Sum of RGB (Red+Green+Blue) = 237+219+93=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB5D is #1224A2. Grayscale: #D2D2D2. Windows color (decimal): -1189027 or 6151149. OLE color: 6151149.
HSL color Cylindrical-coordinate representation of color #EDDB5D: hue angle of 52.5º 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 #EDDB5D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 93 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.07 |
| HSL | 52.5º | 0.8% | 0.65% | - |
| HSV(B) | 52.5º | 0.61% | 0.93% | - |
| XYZ | 62.23 | 69.46 | 20.48 | - |
| YUV | 210.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 93 | 0 | 0.08 | 0.61 | 0.07 | 52.5 | 0.8 | 0.65 |
| Hex | ED | DB | 5D | 0 | 8 | 3D | 7 | 34 | 50 | 41 |
| Octal | 355 | 333 | 135 | 0 | 10 | 75 | 7 | 64 | 120 | 101 |
| Binary | 11101101 | 11011011 | 1011101 | 0 | 1000 | 111101 | 111 | 110100 | 1010000 | 1000001 |
Color Harmonies of #EDDB5D
Complementary color
Monochromatic Colors of #EDDB5D
Black with #EDDB5D
Text Example
Text Example
White with #EDDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB5D; }
p { color: rgb(237,219,93); }
H1.HeaderClassName
{
color: #EDDB5D;
}
.AnyTagClassName
{
color: #EDDB5D;
}
</style>
background-color css
<style>
a { background-color: #EDDB5D; }
a { background-color: rgb(237,219,93); }
div.DivClassName
{
background-color: #EDDB5D;
}
.BgClassName
{
background-color: #EDDB5D;
}
</style>
border-color css
<style>
span { border-color: #EDDB5D; }
span { border-color: rgb(237,219,93); }
td.TdClassName
{
border-color: #EDDB5D;
}
.TagClassName
{
border-color: #EDDB5D;
}
</style>