Shades of Portica #EDDB4F
Tints of Portica #EDDB4F
RGB
CMYK
RGB Variations
Color information
#EDDB4F (or 0xEDDB4F) is known color: Portica. HEX triplet: ED, DB and 4F. RGB value is (237,219,79). Sum of RGB (Red+Green+Blue) = 237+219+79=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 79 (31.25% from 255 or 14.77% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB4F is #1224B0. Grayscale: #D0D0D0. Windows color (decimal): -1189041 or 5233645. OLE color: 5233645.
HSL color Cylindrical-coordinate representation of color #EDDB4F: hue angle of 53.16º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDDB4F is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 79 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.07 |
| HSL | 53.16º | 0.81% | 0.62% | - |
| HSV(B) | 53.16º | 0.67% | 0.93% | - |
| XYZ | 61.67 | 69.23 | 17.51 | - |
| YUV | 208.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 79 | 0 | 0.08 | 0.67 | 0.07 | 53.16 | 0.81 | 0.62 |
| Hex | ED | DB | 4F | 0 | 8 | 43 | 7 | 35 | 51 | 3E |
| Octal | 355 | 333 | 117 | 0 | 10 | 103 | 7 | 65 | 121 | 76 |
| Binary | 11101101 | 11011011 | 1001111 | 0 | 1000 | 1000011 | 111 | 110101 | 1010001 | 111110 |
Color Harmonies of #EDDB4F
Complementary color
Monochromatic Colors of #EDDB4F
Black with #EDDB4F
Text Example
Text Example
White with #EDDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB4F; }
p { color: rgb(237,219,79); }
H1.HeaderClassName
{
color: #EDDB4F;
}
.AnyTagClassName
{
color: #EDDB4F;
}
</style>
background-color css
<style>
a { background-color: #EDDB4F; }
a { background-color: rgb(237,219,79); }
div.DivClassName
{
background-color: #EDDB4F;
}
.BgClassName
{
background-color: #EDDB4F;
}
</style>
border-color css
<style>
span { border-color: #EDDB4F; }
span { border-color: rgb(237,219,79); }
td.TdClassName
{
border-color: #EDDB4F;
}
.TagClassName
{
border-color: #EDDB4F;
}
</style>