Shades of Portica #EFDD5C
Tints of Portica #EFDD5C
RGB
CMYK
RGB Variations
Color information
#EFDD5C (or 0xEFDD5C) is known color: Portica. HEX triplet: EF, DD and 5C. RGB value is (239,221,92). Sum of RGB (Red+Green+Blue) = 239+221+92=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD5C is #1022A3. Grayscale: #D4D4D4. Windows color (decimal): -1057444 or 6086127. OLE color: 6086127.
HSL color Cylindrical-coordinate representation of color #EFDD5C: hue angle of 52.65º 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 #EFDD5C is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 92 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.06 |
| HSL | 52.65º | 0.82% | 0.65% | - |
| HSV(B) | 52.65º | 0.62% | 0.94% | - |
| XYZ | 63.38 | 70.84 | 20.46 | - |
| YUV | 211.68 | 60.46 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 92 | 0 | 0.08 | 0.62 | 0.06 | 52.65 | 0.82 | 0.65 |
| Hex | EF | DD | 5C | 0 | 8 | 3E | 6 | 35 | 52 | 41 |
| Octal | 357 | 335 | 134 | 0 | 10 | 76 | 6 | 65 | 122 | 101 |
| Binary | 11101111 | 11011101 | 1011100 | 0 | 1000 | 111110 | 110 | 110101 | 1010010 | 1000001 |
Color Harmonies of #EFDD5C
Complementary color
Monochromatic Colors of #EFDD5C
Black with #EFDD5C
Text Example
Text Example
White with #EFDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD5C; }
p { color: rgb(239,221,92); }
H1.HeaderClassName
{
color: #EFDD5C;
}
.AnyTagClassName
{
color: #EFDD5C;
}
</style>
background-color css
<style>
a { background-color: #EFDD5C; }
a { background-color: rgb(239,221,92); }
div.DivClassName
{
background-color: #EFDD5C;
}
.BgClassName
{
background-color: #EFDD5C;
}
</style>
border-color css
<style>
span { border-color: #EFDD5C; }
span { border-color: rgb(239,221,92); }
td.TdClassName
{
border-color: #EFDD5C;
}
.TagClassName
{
border-color: #EFDD5C;
}
</style>