Shades of Portica #EFDA5D
Tints of Portica #EFDA5D
RGB
CMYK
RGB Variations
Color information
#EFDA5D (or 0xEFDA5D) is known color: Portica. HEX triplet: EF, DA and 5D. RGB value is (239,218,93). Sum of RGB (Red+Green+Blue) = 239+218+93=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA5D is #1025A2. Grayscale: #D2D2D2. Windows color (decimal): -1058211 or 6150895. OLE color: 6150895.
HSL color Cylindrical-coordinate representation of color #EFDA5D: hue angle of 51.37º 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 #EFDA5D is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 93 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.06 |
| HSL | 51.37º | 0.82% | 0.65% | - |
| HSV(B) | 51.37º | 0.61% | 0.94% | - |
| XYZ | 62.64 | 69.28 | 20.43 | - |
| YUV | 210.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 93 | 0 | 0.09 | 0.61 | 0.06 | 51.37 | 0.82 | 0.65 |
| Hex | EF | DA | 5D | 0 | 9 | 3D | 6 | 33 | 52 | 41 |
| Octal | 357 | 332 | 135 | 0 | 11 | 75 | 6 | 63 | 122 | 101 |
| Binary | 11101111 | 11011010 | 1011101 | 0 | 1001 | 111101 | 110 | 110011 | 1010010 | 1000001 |
Color Harmonies of #EFDA5D
Complementary color
Monochromatic Colors of #EFDA5D
Black with #EFDA5D
Text Example
Text Example
White with #EFDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA5D; }
p { color: rgb(239,218,93); }
H1.HeaderClassName
{
color: #EFDA5D;
}
.AnyTagClassName
{
color: #EFDA5D;
}
</style>
background-color css
<style>
a { background-color: #EFDA5D; }
a { background-color: rgb(239,218,93); }
div.DivClassName
{
background-color: #EFDA5D;
}
.BgClassName
{
background-color: #EFDA5D;
}
</style>
border-color css
<style>
span { border-color: #EFDA5D; }
span { border-color: rgb(239,218,93); }
td.TdClassName
{
border-color: #EFDA5D;
}
.TagClassName
{
border-color: #EFDA5D;
}
</style>