Shades of Portica #EFD65B
Tints of Portica #EFD65B
RGB
CMYK
RGB Variations
Color information
#EFD65B (or 0xEFD65B) is known color: Portica. HEX triplet: EF, D6 and 5B. RGB value is (239,214,91). Sum of RGB (Red+Green+Blue) = 239+214+91=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD65B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD65B is #1029A4. Grayscale: #CFCFCF. Windows color (decimal): -1059237 or 6018799. OLE color: 6018799.
HSL color Cylindrical-coordinate representation of color #EFD65B: hue angle of 49.86º 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 #EFD65B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 91 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.06 |
| HSL | 49.86º | 0.82% | 0.65% | - |
| HSV(B) | 49.86º | 0.62% | 0.94% | - |
| XYZ | 61.53 | 67.2 | 19.63 | - |
| YUV | 207.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 91 | 0 | 0.10 | 0.62 | 0.06 | 49.86 | 0.82 | 0.65 |
| Hex | EF | D6 | 5B | 0 | A | 3E | 6 | 32 | 52 | 41 |
| Octal | 357 | 326 | 133 | 0 | 12 | 76 | 6 | 62 | 122 | 101 |
| Binary | 11101111 | 11010110 | 1011011 | 0 | 1010 | 111110 | 110 | 110010 | 1010010 | 1000001 |
Color Harmonies of #EFD65B
Complementary color
Monochromatic Colors of #EFD65B
Black with #EFD65B
Text Example
Text Example
White with #EFD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD65B; }
p { color: rgb(239,214,91); }
H1.HeaderClassName
{
color: #EFD65B;
}
.AnyTagClassName
{
color: #EFD65B;
}
</style>
background-color css
<style>
a { background-color: #EFD65B; }
a { background-color: rgb(239,214,91); }
div.DivClassName
{
background-color: #EFD65B;
}
.BgClassName
{
background-color: #EFD65B;
}
</style>
border-color css
<style>
span { border-color: #EFD65B; }
span { border-color: rgb(239,214,91); }
td.TdClassName
{
border-color: #EFD65B;
}
.TagClassName
{
border-color: #EFD65B;
}
</style>