Shades of Portica #EFD353
Tints of Portica #EFD353
RGB
CMYK
RGB Variations
Color information
#EFD353 (or 0xEFD353) is known color: Portica. HEX triplet: EF, D3 and 53. RGB value is (239,211,83). Sum of RGB (Red+Green+Blue) = 239+211+83=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD353 is #102CAC. Grayscale: #CDCDCD. Windows color (decimal): -1060013 or 5493743. OLE color: 5493743.
HSL color Cylindrical-coordinate representation of color #EFD353: hue angle of 49.23º 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 #EFD353 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 83 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.06 |
| HSL | 49.23º | 0.83% | 0.63% | - |
| HSV(B) | 49.23º | 0.65% | 0.94% | - |
| XYZ | 60.45 | 65.56 | 17.65 | - |
| YUV | 204.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 83 | 0 | 0.12 | 0.65 | 0.06 | 49.23 | 0.83 | 0.63 |
| Hex | EF | D3 | 53 | 0 | C | 41 | 6 | 31 | 53 | 3F |
| Octal | 357 | 323 | 123 | 0 | 14 | 101 | 6 | 61 | 123 | 77 |
| Binary | 11101111 | 11010011 | 1010011 | 0 | 1100 | 1000001 | 110 | 110001 | 1010011 | 111111 |
Color Harmonies of #EFD353
Complementary color
Monochromatic Colors of #EFD353
Black with #EFD353
Text Example
Text Example
White with #EFD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD353; }
p { color: rgb(239,211,83); }
H1.HeaderClassName
{
color: #EFD353;
}
.AnyTagClassName
{
color: #EFD353;
}
</style>
background-color css
<style>
a { background-color: #EFD353; }
a { background-color: rgb(239,211,83); }
div.DivClassName
{
background-color: #EFD353;
}
.BgClassName
{
background-color: #EFD353;
}
</style>
border-color css
<style>
span { border-color: #EFD353; }
span { border-color: rgb(239,211,83); }
td.TdClassName
{
border-color: #EFD353;
}
.TagClassName
{
border-color: #EFD353;
}
</style>