Shades of Portica #EFD652
Tints of Portica #EFD652
RGB
CMYK
RGB Variations
Color information
#EFD652 (or 0xEFD652) is known color: Portica. HEX triplet: EF, D6 and 52. RGB value is (239,214,82). Sum of RGB (Red+Green+Blue) = 239+214+82=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD652 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD652 is #1029AD. Grayscale: #CECECE. Windows color (decimal): -1059246 or 5428975. OLE color: 5428975.
HSL color Cylindrical-coordinate representation of color #EFD652: hue angle of 50.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFD652 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 82 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.06 |
| HSL | 50.45º | 0.83% | 0.63% | - |
| HSV(B) | 50.45º | 0.66% | 0.94% | - |
| XYZ | 61.17 | 67.05 | 17.7 | - |
| YUV | 206.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 82 | 0 | 0.10 | 0.66 | 0.06 | 50.45 | 0.83 | 0.63 |
| Hex | EF | D6 | 52 | 0 | A | 42 | 6 | 32 | 53 | 3F |
| Octal | 357 | 326 | 122 | 0 | 12 | 102 | 6 | 62 | 123 | 77 |
| Binary | 11101111 | 11010110 | 1010010 | 0 | 1010 | 1000010 | 110 | 110010 | 1010011 | 111111 |
Color Harmonies of #EFD652
Complementary color
Monochromatic Colors of #EFD652
Black with #EFD652
Text Example
Text Example
White with #EFD652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD652; }
p { color: rgb(239,214,82); }
H1.HeaderClassName
{
color: #EFD652;
}
.AnyTagClassName
{
color: #EFD652;
}
</style>
background-color css
<style>
a { background-color: #EFD652; }
a { background-color: rgb(239,214,82); }
div.DivClassName
{
background-color: #EFD652;
}
.BgClassName
{
background-color: #EFD652;
}
</style>
border-color css
<style>
span { border-color: #EFD652; }
span { border-color: rgb(239,214,82); }
td.TdClassName
{
border-color: #EFD652;
}
.TagClassName
{
border-color: #EFD652;
}
</style>