Shades of Portica #EFDA5A
Tints of Portica #EFDA5A
RGB
CMYK
RGB Variations
Color information
#EFDA5A (or 0xEFDA5A) is known color: Portica. HEX triplet: EF, DA and 5A. RGB value is (239,218,90). Sum of RGB (Red+Green+Blue) = 239+218+90=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA5A is #1025A5. Grayscale: #D2D2D2. Windows color (decimal): -1058214 or 5954287. OLE color: 5954287.
HSL color Cylindrical-coordinate representation of color #EFDA5A: hue angle of 51.54º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFDA5A is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 90 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.06 |
| HSL | 51.54º | 0.82% | 0.65% | - |
| HSV(B) | 51.54º | 0.62% | 0.94% | - |
| XYZ | 62.51 | 69.23 | 19.74 | - |
| YUV | 209.69 | 60.46 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 90 | 0 | 0.09 | 0.62 | 0.06 | 51.54 | 0.82 | 0.65 |
| Hex | EF | DA | 5A | 0 | 9 | 3E | 6 | 34 | 52 | 41 |
| Octal | 357 | 332 | 132 | 0 | 11 | 76 | 6 | 64 | 122 | 101 |
| Binary | 11101111 | 11011010 | 1011010 | 0 | 1001 | 111110 | 110 | 110100 | 1010010 | 1000001 |
Color Harmonies of #EFDA5A
Complementary color
Monochromatic Colors of #EFDA5A
Black with #EFDA5A
Text Example
Text Example
White with #EFDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA5A; }
p { color: rgb(239,218,90); }
H1.HeaderClassName
{
color: #EFDA5A;
}
.AnyTagClassName
{
color: #EFDA5A;
}
</style>
background-color css
<style>
a { background-color: #EFDA5A; }
a { background-color: rgb(239,218,90); }
div.DivClassName
{
background-color: #EFDA5A;
}
.BgClassName
{
background-color: #EFDA5A;
}
</style>
border-color css
<style>
span { border-color: #EFDA5A; }
span { border-color: rgb(239,218,90); }
td.TdClassName
{
border-color: #EFDA5A;
}
.TagClassName
{
border-color: #EFDA5A;
}
</style>