Shades of Portica #EFCB5A
Tints of Portica #EFCB5A
RGB
CMYK
RGB Variations
Color information
#EFCB5A (or 0xEFCB5A) is known color: Portica. HEX triplet: EF, CB and 5A. RGB value is (239,203,90). Sum of RGB (Red+Green+Blue) = 239+203+90=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB5A is #1034A5. Grayscale: #C9C9C9. Windows color (decimal): -1062054 or 5950447. OLE color: 5950447.
HSL color Cylindrical-coordinate representation of color #EFCB5A: hue angle of 45.5º 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 #EFCB5A is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 90 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.06 |
| HSL | 45.5º | 0.82% | 0.65% | - |
| HSV(B) | 45.5º | 0.62% | 0.94% | - |
| XYZ | 58.8 | 61.8 | 18.5 | - |
| YUV | 200.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 90 | 0 | 0.15 | 0.62 | 0.06 | 45.5 | 0.82 | 0.65 |
| Hex | EF | CB | 5A | 0 | F | 3E | 6 | 2E | 52 | 41 |
| Octal | 357 | 313 | 132 | 0 | 17 | 76 | 6 | 56 | 122 | 101 |
| Binary | 11101111 | 11001011 | 1011010 | 0 | 1111 | 111110 | 110 | 101110 | 1010010 | 1000001 |
Color Harmonies of #EFCB5A
Complementary color
Monochromatic Colors of #EFCB5A
Black with #EFCB5A
Text Example
Text Example
White with #EFCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB5A; }
p { color: rgb(239,203,90); }
H1.HeaderClassName
{
color: #EFCB5A;
}
.AnyTagClassName
{
color: #EFCB5A;
}
</style>
background-color css
<style>
a { background-color: #EFCB5A; }
a { background-color: rgb(239,203,90); }
div.DivClassName
{
background-color: #EFCB5A;
}
.BgClassName
{
background-color: #EFCB5A;
}
</style>
border-color css
<style>
span { border-color: #EFCB5A; }
span { border-color: rgb(239,203,90); }
td.TdClassName
{
border-color: #EFCB5A;
}
.TagClassName
{
border-color: #EFCB5A;
}
</style>