Shades of Portica #EDDB5C
Tints of Portica #EDDB5C
RGB
CMYK
RGB Variations
Color information
#EDDB5C (or 0xEDDB5C) is known color: Portica. HEX triplet: ED, DB and 5C. RGB value is (237,219,92). Sum of RGB (Red+Green+Blue) = 237+219+92=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB5C is #1224A3. Grayscale: #D2D2D2. Windows color (decimal): -1189028 or 6085613. OLE color: 6085613.
HSL color Cylindrical-coordinate representation of color #EDDB5C: hue angle of 52.55º 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 #EDDB5C is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 92 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.07 |
| HSL | 52.55º | 0.8% | 0.65% | - |
| HSV(B) | 52.55º | 0.61% | 0.93% | - |
| XYZ | 62.19 | 69.44 | 20.25 | - |
| YUV | 209.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 92 | 0 | 0.08 | 0.61 | 0.07 | 52.55 | 0.8 | 0.65 |
| Hex | ED | DB | 5C | 0 | 8 | 3D | 7 | 35 | 50 | 41 |
| Octal | 355 | 333 | 134 | 0 | 10 | 75 | 7 | 65 | 120 | 101 |
| Binary | 11101101 | 11011011 | 1011100 | 0 | 1000 | 111101 | 111 | 110101 | 1010000 | 1000001 |
Color Harmonies of #EDDB5C
Complementary color
Monochromatic Colors of #EDDB5C
Black with #EDDB5C
Text Example
Text Example
White with #EDDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB5C; }
p { color: rgb(237,219,92); }
H1.HeaderClassName
{
color: #EDDB5C;
}
.AnyTagClassName
{
color: #EDDB5C;
}
</style>
background-color css
<style>
a { background-color: #EDDB5C; }
a { background-color: rgb(237,219,92); }
div.DivClassName
{
background-color: #EDDB5C;
}
.BgClassName
{
background-color: #EDDB5C;
}
</style>
border-color css
<style>
span { border-color: #EDDB5C; }
span { border-color: rgb(237,219,92); }
td.TdClassName
{
border-color: #EDDB5C;
}
.TagClassName
{
border-color: #EDDB5C;
}
</style>