Shades of Portica #EFDD5D
Tints of Portica #EFDD5D
RGB
CMYK
RGB Variations
Color information
#EFDD5D (or 0xEFDD5D) is known color: Portica. HEX triplet: EF, DD and 5D. RGB value is (239,221,93). Sum of RGB (Red+Green+Blue) = 239+221+93=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD5D is #1022A2. Grayscale: #D4D4D4. Windows color (decimal): -1057443 or 6151663. OLE color: 6151663.
HSL color Cylindrical-coordinate representation of color #EFDD5D: hue angle of 52.6º 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 #EFDD5D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 93 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.06 |
| HSL | 52.6º | 0.82% | 0.65% | - |
| HSV(B) | 52.6º | 0.61% | 0.94% | - |
| XYZ | 63.43 | 70.85 | 20.69 | - |
| YUV | 211.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 93 | 0 | 0.08 | 0.61 | 0.06 | 52.6 | 0.82 | 0.65 |
| Hex | EF | DD | 5D | 0 | 8 | 3D | 6 | 35 | 52 | 41 |
| Octal | 357 | 335 | 135 | 0 | 10 | 75 | 6 | 65 | 122 | 101 |
| Binary | 11101111 | 11011101 | 1011101 | 0 | 1000 | 111101 | 110 | 110101 | 1010010 | 1000001 |
Color Harmonies of #EFDD5D
Complementary color
Monochromatic Colors of #EFDD5D
Black with #EFDD5D
Text Example
Text Example
White with #EFDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD5D; }
p { color: rgb(239,221,93); }
H1.HeaderClassName
{
color: #EFDD5D;
}
.AnyTagClassName
{
color: #EFDD5D;
}
</style>
background-color css
<style>
a { background-color: #EFDD5D; }
a { background-color: rgb(239,221,93); }
div.DivClassName
{
background-color: #EFDD5D;
}
.BgClassName
{
background-color: #EFDD5D;
}
</style>
border-color css
<style>
span { border-color: #EFDD5D; }
span { border-color: rgb(239,221,93); }
td.TdClassName
{
border-color: #EFDD5D;
}
.TagClassName
{
border-color: #EFDD5D;
}
</style>