Shades of Portica #EFCD5C
Tints of Portica #EFCD5C
RGB
CMYK
RGB Variations
Color information
#EFCD5C (or 0xEFCD5C) is known color: Portica. HEX triplet: EF, CD and 5C. RGB value is (239,205,92). Sum of RGB (Red+Green+Blue) = 239+205+92=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD5C is #1032A3. Grayscale: #CACACA. Windows color (decimal): -1061540 or 6082031. OLE color: 6082031.
HSL color Cylindrical-coordinate representation of color #EFCD5C: hue angle of 46.12º 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 #EFCD5C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 92 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.06 |
| HSL | 46.12º | 0.82% | 0.65% | - |
| HSV(B) | 46.12º | 0.62% | 0.94% | - |
| XYZ | 59.36 | 62.79 | 19.12 | - |
| YUV | 202.28 | 65.76 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 92 | 0 | 0.14 | 0.62 | 0.06 | 46.12 | 0.82 | 0.65 |
| Hex | EF | CD | 5C | 0 | E | 3E | 6 | 2E | 52 | 41 |
| Octal | 357 | 315 | 134 | 0 | 16 | 76 | 6 | 56 | 122 | 101 |
| Binary | 11101111 | 11001101 | 1011100 | 0 | 1110 | 111110 | 110 | 101110 | 1010010 | 1000001 |
Color Harmonies of #EFCD5C
Complementary color
Monochromatic Colors of #EFCD5C
Black with #EFCD5C
Text Example
Text Example
White with #EFCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD5C; }
p { color: rgb(239,205,92); }
H1.HeaderClassName
{
color: #EFCD5C;
}
.AnyTagClassName
{
color: #EFCD5C;
}
</style>
background-color css
<style>
a { background-color: #EFCD5C; }
a { background-color: rgb(239,205,92); }
div.DivClassName
{
background-color: #EFCD5C;
}
.BgClassName
{
background-color: #EFCD5C;
}
</style>
border-color css
<style>
span { border-color: #EFCD5C; }
span { border-color: rgb(239,205,92); }
td.TdClassName
{
border-color: #EFCD5C;
}
.TagClassName
{
border-color: #EFCD5C;
}
</style>