Shades of Portica #EFD55D
Tints of Portica #EFD55D
RGB
CMYK
RGB Variations
Color information
#EFD55D (or 0xEFD55D) is known color: Portica. HEX triplet: EF, D5 and 5D. RGB value is (239,213,93). Sum of RGB (Red+Green+Blue) = 239+213+93=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD55D is #102AA2. Grayscale: #CFCFCF. Windows color (decimal): -1059491 or 6149615. OLE color: 6149615.
HSL color Cylindrical-coordinate representation of color #EFD55D: hue angle of 49.32º 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 #EFD55D is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 93 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.06 |
| HSL | 49.32º | 0.82% | 0.65% | - |
| HSV(B) | 49.32º | 0.61% | 0.94% | - |
| XYZ | 61.37 | 66.73 | 20 | - |
| YUV | 207.09 | 63.61 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 93 | 0 | 0.11 | 0.61 | 0.06 | 49.32 | 0.82 | 0.65 |
| Hex | EF | D5 | 5D | 0 | B | 3D | 6 | 31 | 52 | 41 |
| Octal | 357 | 325 | 135 | 0 | 13 | 75 | 6 | 61 | 122 | 101 |
| Binary | 11101111 | 11010101 | 1011101 | 0 | 1011 | 111101 | 110 | 110001 | 1010010 | 1000001 |
Color Harmonies of #EFD55D
Complementary color
Monochromatic Colors of #EFD55D
Black with #EFD55D
Text Example
Text Example
White with #EFD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD55D; }
p { color: rgb(239,213,93); }
H1.HeaderClassName
{
color: #EFD55D;
}
.AnyTagClassName
{
color: #EFD55D;
}
</style>
background-color css
<style>
a { background-color: #EFD55D; }
a { background-color: rgb(239,213,93); }
div.DivClassName
{
background-color: #EFD55D;
}
.BgClassName
{
background-color: #EFD55D;
}
</style>
border-color css
<style>
span { border-color: #EFD55D; }
span { border-color: rgb(239,213,93); }
td.TdClassName
{
border-color: #EFD55D;
}
.TagClassName
{
border-color: #EFD55D;
}
</style>