Shades of Portica #EFD653
Tints of Portica #EFD653
RGB
CMYK
RGB Variations
Color information
#EFD653 (or 0xEFD653) is known color: Portica. HEX triplet: EF, D6 and 53. RGB value is (239,214,83). Sum of RGB (Red+Green+Blue) = 239+214+83=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD653 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD653 is #1029AC. Grayscale: #CFCFCF. Windows color (decimal): -1059245 or 5494511. OLE color: 5494511.
HSL color Cylindrical-coordinate representation of color #EFD653: hue angle of 50.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFD653 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 83 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.06 |
| HSL | 50.38º | 0.83% | 0.63% | - |
| HSV(B) | 50.38º | 0.65% | 0.94% | - |
| XYZ | 61.2 | 67.07 | 17.9 | - |
| YUV | 206.54 | 58.28 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 83 | 0 | 0.10 | 0.65 | 0.06 | 50.38 | 0.83 | 0.63 |
| Hex | EF | D6 | 53 | 0 | A | 41 | 6 | 32 | 53 | 3F |
| Octal | 357 | 326 | 123 | 0 | 12 | 101 | 6 | 62 | 123 | 77 |
| Binary | 11101111 | 11010110 | 1010011 | 0 | 1010 | 1000001 | 110 | 110010 | 1010011 | 111111 |
Color Harmonies of #EFD653
Complementary color
Monochromatic Colors of #EFD653
Black with #EFD653
Text Example
Text Example
White with #EFD653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD653; }
p { color: rgb(239,214,83); }
H1.HeaderClassName
{
color: #EFD653;
}
.AnyTagClassName
{
color: #EFD653;
}
</style>
background-color css
<style>
a { background-color: #EFD653; }
a { background-color: rgb(239,214,83); }
div.DivClassName
{
background-color: #EFD653;
}
.BgClassName
{
background-color: #EFD653;
}
</style>
border-color css
<style>
span { border-color: #EFD653; }
span { border-color: rgb(239,214,83); }
td.TdClassName
{
border-color: #EFD653;
}
.TagClassName
{
border-color: #EFD653;
}
</style>