Shades of Portica #EFDB5E
Tints of Portica #EFDB5E
RGB
CMYK
RGB Variations
Color information
#EFDB5E (or 0xEFDB5E) is known color: Portica. HEX triplet: EF, DB and 5E. RGB value is (239,219,94). Sum of RGB (Red+Green+Blue) = 239+219+94=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB5E is #1024A1. Grayscale: #D3D3D3. Windows color (decimal): -1057954 or 6216687. OLE color: 6216687.
HSL color Cylindrical-coordinate representation of color #EFDB5E: hue angle of 51.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFDB5E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 94 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.06 |
| HSL | 51.72º | 0.82% | 0.65% | - |
| HSV(B) | 51.72º | 0.61% | 0.94% | - |
| XYZ | 62.95 | 69.82 | 20.75 | - |
| YUV | 210.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 94 | 0 | 0.08 | 0.61 | 0.06 | 51.72 | 0.82 | 0.65 |
| Hex | EF | DB | 5E | 0 | 8 | 3D | 6 | 34 | 52 | 41 |
| Octal | 357 | 333 | 136 | 0 | 10 | 75 | 6 | 64 | 122 | 101 |
| Binary | 11101111 | 11011011 | 1011110 | 0 | 1000 | 111101 | 110 | 110100 | 1010010 | 1000001 |
Color Harmonies of #EFDB5E
Complementary color
Monochromatic Colors of #EFDB5E
Black with #EFDB5E
Text Example
Text Example
White with #EFDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB5E; }
p { color: rgb(239,219,94); }
H1.HeaderClassName
{
color: #EFDB5E;
}
.AnyTagClassName
{
color: #EFDB5E;
}
</style>
background-color css
<style>
a { background-color: #EFDB5E; }
a { background-color: rgb(239,219,94); }
div.DivClassName
{
background-color: #EFDB5E;
}
.BgClassName
{
background-color: #EFDB5E;
}
</style>
border-color css
<style>
span { border-color: #EFDB5E; }
span { border-color: rgb(239,219,94); }
td.TdClassName
{
border-color: #EFDB5E;
}
.TagClassName
{
border-color: #EFDB5E;
}
</style>