Shades of Portica #EFD555
Tints of Portica #EFD555
RGB
CMYK
RGB Variations
Color information
#EFD555 (or 0xEFD555) is known color: Portica. HEX triplet: EF, D5 and 55. RGB value is (239,213,85). Sum of RGB (Red+Green+Blue) = 239+213+85=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD555 is #102AAA. Grayscale: #CECECE. Windows color (decimal): -1059499 or 5625327. OLE color: 5625327.
HSL color Cylindrical-coordinate representation of color #EFD555: hue angle of 49.87º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFD555 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 85 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.06 |
| HSL | 49.87º | 0.83% | 0.64% | - |
| HSV(B) | 49.87º | 0.64% | 0.94% | - |
| XYZ | 61.03 | 66.6 | 18.23 | - |
| YUV | 206.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 85 | 0 | 0.11 | 0.64 | 0.06 | 49.87 | 0.83 | 0.64 |
| Hex | EF | D5 | 55 | 0 | B | 40 | 6 | 32 | 53 | 40 |
| Octal | 357 | 325 | 125 | 0 | 13 | 100 | 6 | 62 | 123 | 100 |
| Binary | 11101111 | 11010101 | 1010101 | 0 | 1011 | 1000000 | 110 | 110010 | 1010011 | 1000000 |
Color Harmonies of #EFD555
Complementary color
Monochromatic Colors of #EFD555
Black with #EFD555
Text Example
Text Example
White with #EFD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD555; }
p { color: rgb(239,213,85); }
H1.HeaderClassName
{
color: #EFD555;
}
.AnyTagClassName
{
color: #EFD555;
}
</style>
background-color css
<style>
a { background-color: #EFD555; }
a { background-color: rgb(239,213,85); }
div.DivClassName
{
background-color: #EFD555;
}
.BgClassName
{
background-color: #EFD555;
}
</style>
border-color css
<style>
span { border-color: #EFD555; }
span { border-color: rgb(239,213,85); }
td.TdClassName
{
border-color: #EFD555;
}
.TagClassName
{
border-color: #EFD555;
}
</style>