Shades of Portica #EFDA5C
Tints of Portica #EFDA5C
RGB
CMYK
RGB Variations
Color information
#EFDA5C (or 0xEFDA5C) is known color: Portica. HEX triplet: EF, DA and 5C. RGB value is (239,218,92). Sum of RGB (Red+Green+Blue) = 239+218+92=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA5C is #1025A3. Grayscale: #D2D2D2. Windows color (decimal): -1058212 or 6085359. OLE color: 6085359.
HSL color Cylindrical-coordinate representation of color #EFDA5C: hue angle of 51.43º 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 #EFDA5C is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 92 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.06 |
| HSL | 51.43º | 0.82% | 0.65% | - |
| HSV(B) | 51.43º | 0.62% | 0.94% | - |
| XYZ | 62.6 | 69.27 | 20.2 | - |
| YUV | 209.92 | 61.46 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 92 | 0 | 0.09 | 0.62 | 0.06 | 51.43 | 0.82 | 0.65 |
| Hex | EF | DA | 5C | 0 | 9 | 3E | 6 | 33 | 52 | 41 |
| Octal | 357 | 332 | 134 | 0 | 11 | 76 | 6 | 63 | 122 | 101 |
| Binary | 11101111 | 11011010 | 1011100 | 0 | 1001 | 111110 | 110 | 110011 | 1010010 | 1000001 |
Color Harmonies of #EFDA5C
Complementary color
Monochromatic Colors of #EFDA5C
Black with #EFDA5C
Text Example
Text Example
White with #EFDA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA5C; }
p { color: rgb(239,218,92); }
H1.HeaderClassName
{
color: #EFDA5C;
}
.AnyTagClassName
{
color: #EFDA5C;
}
</style>
background-color css
<style>
a { background-color: #EFDA5C; }
a { background-color: rgb(239,218,92); }
div.DivClassName
{
background-color: #EFDA5C;
}
.BgClassName
{
background-color: #EFDA5C;
}
</style>
border-color css
<style>
span { border-color: #EFDA5C; }
span { border-color: rgb(239,218,92); }
td.TdClassName
{
border-color: #EFDA5C;
}
.TagClassName
{
border-color: #EFDA5C;
}
</style>