Shades of Portica #EFD05C
Tints of Portica #EFD05C
RGB
CMYK
RGB Variations
Color information
#EFD05C (or 0xEFD05C) is known color: Portica. HEX triplet: EF, D0 and 5C. RGB value is (239,208,92). Sum of RGB (Red+Green+Blue) = 239+208+92=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD05C is #102FA3. Grayscale: #CCCCCC. Windows color (decimal): -1060772 or 6082799. OLE color: 6082799.
HSL color Cylindrical-coordinate representation of color #EFD05C: hue angle of 47.35º 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 #EFD05C is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 92 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.06 |
| HSL | 47.35º | 0.82% | 0.65% | - |
| HSV(B) | 47.35º | 0.62% | 0.94% | - |
| XYZ | 60.08 | 64.24 | 19.36 | - |
| YUV | 204.05 | 64.77 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 92 | 0 | 0.13 | 0.62 | 0.06 | 47.35 | 0.82 | 0.65 |
| Hex | EF | D0 | 5C | 0 | D | 3E | 6 | 2F | 52 | 41 |
| Octal | 357 | 320 | 134 | 0 | 15 | 76 | 6 | 57 | 122 | 101 |
| Binary | 11101111 | 11010000 | 1011100 | 0 | 1101 | 111110 | 110 | 101111 | 1010010 | 1000001 |
Color Harmonies of #EFD05C
Complementary color
Monochromatic Colors of #EFD05C
Black with #EFD05C
Text Example
Text Example
White with #EFD05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD05C; }
p { color: rgb(239,208,92); }
H1.HeaderClassName
{
color: #EFD05C;
}
.AnyTagClassName
{
color: #EFD05C;
}
</style>
background-color css
<style>
a { background-color: #EFD05C; }
a { background-color: rgb(239,208,92); }
div.DivClassName
{
background-color: #EFD05C;
}
.BgClassName
{
background-color: #EFD05C;
}
</style>
border-color css
<style>
span { border-color: #EFD05C; }
span { border-color: rgb(239,208,92); }
td.TdClassName
{
border-color: #EFD05C;
}
.TagClassName
{
border-color: #EFD05C;
}
</style>