Shades of Portica #EFDD5E
Tints of Portica #EFDD5E
RGB
CMYK
RGB Variations
Color information
#EFDD5E (or 0xEFDD5E) is known color: Portica. HEX triplet: EF, DD and 5E. RGB value is (239,221,94). Sum of RGB (Red+Green+Blue) = 239+221+94=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD5E is #1022A1. Grayscale: #D4D4D4. Windows color (decimal): -1057442 or 6217199. OLE color: 6217199.
HSL color Cylindrical-coordinate representation of color #EFDD5E: hue angle of 52.55º 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 #EFDD5E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 94 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.06 |
| HSL | 52.55º | 0.82% | 0.65% | - |
| HSV(B) | 52.55º | 0.61% | 0.94% | - |
| XYZ | 63.47 | 70.87 | 20.92 | - |
| YUV | 211.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 94 | 0 | 0.08 | 0.61 | 0.06 | 52.55 | 0.82 | 0.65 |
| Hex | EF | DD | 5E | 0 | 8 | 3D | 6 | 35 | 52 | 41 |
| Octal | 357 | 335 | 136 | 0 | 10 | 75 | 6 | 65 | 122 | 101 |
| Binary | 11101111 | 11011101 | 1011110 | 0 | 1000 | 111101 | 110 | 110101 | 1010010 | 1000001 |
Color Harmonies of #EFDD5E
Complementary color
Monochromatic Colors of #EFDD5E
Black with #EFDD5E
Text Example
Text Example
White with #EFDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD5E; }
p { color: rgb(239,221,94); }
H1.HeaderClassName
{
color: #EFDD5E;
}
.AnyTagClassName
{
color: #EFDD5E;
}
</style>
background-color css
<style>
a { background-color: #EFDD5E; }
a { background-color: rgb(239,221,94); }
div.DivClassName
{
background-color: #EFDD5E;
}
.BgClassName
{
background-color: #EFDD5E;
}
</style>
border-color css
<style>
span { border-color: #EFDD5E; }
span { border-color: rgb(239,221,94); }
td.TdClassName
{
border-color: #EFDD5E;
}
.TagClassName
{
border-color: #EFDD5E;
}
</style>