Shades of Portica #EFDC5C
Tints of Portica #EFDC5C
RGB
CMYK
RGB Variations
Color information
#EFDC5C (or 0xEFDC5C) is known color: Portica. HEX triplet: EF, DC and 5C. RGB value is (239,220,92). Sum of RGB (Red+Green+Blue) = 239+220+92=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC5C is #1023A3. Grayscale: #D3D3D3. Windows color (decimal): -1057700 or 6085871. OLE color: 6085871.
HSL color Cylindrical-coordinate representation of color #EFDC5C: hue angle of 52.24º 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 #EFDC5C is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 92 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.06 |
| HSL | 52.24º | 0.82% | 0.65% | - |
| HSV(B) | 52.24º | 0.62% | 0.94% | - |
| XYZ | 63.12 | 70.31 | 20.37 | - |
| YUV | 211.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 92 | 0 | 0.08 | 0.62 | 0.06 | 52.24 | 0.82 | 0.65 |
| Hex | EF | DC | 5C | 0 | 8 | 3E | 6 | 34 | 52 | 41 |
| Octal | 357 | 334 | 134 | 0 | 10 | 76 | 6 | 64 | 122 | 101 |
| Binary | 11101111 | 11011100 | 1011100 | 0 | 1000 | 111110 | 110 | 110100 | 1010010 | 1000001 |
Color Harmonies of #EFDC5C
Complementary color
Monochromatic Colors of #EFDC5C
Black with #EFDC5C
Text Example
Text Example
White with #EFDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC5C; }
p { color: rgb(239,220,92); }
H1.HeaderClassName
{
color: #EFDC5C;
}
.AnyTagClassName
{
color: #EFDC5C;
}
</style>
background-color css
<style>
a { background-color: #EFDC5C; }
a { background-color: rgb(239,220,92); }
div.DivClassName
{
background-color: #EFDC5C;
}
.BgClassName
{
background-color: #EFDC5C;
}
</style>
border-color css
<style>
span { border-color: #EFDC5C; }
span { border-color: rgb(239,220,92); }
td.TdClassName
{
border-color: #EFDC5C;
}
.TagClassName
{
border-color: #EFDC5C;
}
</style>