Shades of Portica #EFCB5C
Tints of Portica #EFCB5C
RGB
CMYK
RGB Variations
Color information
#EFCB5C (or 0xEFCB5C) is known color: Portica. HEX triplet: EF, CB and 5C. RGB value is (239,203,92). Sum of RGB (Red+Green+Blue) = 239+203+92=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB5C is #1034A3. Grayscale: #C9C9C9. Windows color (decimal): -1062052 or 6081519. OLE color: 6081519.
HSL color Cylindrical-coordinate representation of color #EFCB5C: hue angle of 45.31º 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 #EFCB5C is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 92 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.06 |
| HSL | 45.31º | 0.82% | 0.65% | - |
| HSV(B) | 45.31º | 0.62% | 0.94% | - |
| XYZ | 58.88 | 61.84 | 18.96 | - |
| YUV | 201.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 92 | 0 | 0.15 | 0.62 | 0.06 | 45.31 | 0.82 | 0.65 |
| Hex | EF | CB | 5C | 0 | F | 3E | 6 | 2D | 52 | 41 |
| Octal | 357 | 313 | 134 | 0 | 17 | 76 | 6 | 55 | 122 | 101 |
| Binary | 11101111 | 11001011 | 1011100 | 0 | 1111 | 111110 | 110 | 101101 | 1010010 | 1000001 |
Color Harmonies of #EFCB5C
Complementary color
Monochromatic Colors of #EFCB5C
Black with #EFCB5C
Text Example
Text Example
White with #EFCB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB5C; }
p { color: rgb(239,203,92); }
H1.HeaderClassName
{
color: #EFCB5C;
}
.AnyTagClassName
{
color: #EFCB5C;
}
</style>
background-color css
<style>
a { background-color: #EFCB5C; }
a { background-color: rgb(239,203,92); }
div.DivClassName
{
background-color: #EFCB5C;
}
.BgClassName
{
background-color: #EFCB5C;
}
</style>
border-color css
<style>
span { border-color: #EFCB5C; }
span { border-color: rgb(239,203,92); }
td.TdClassName
{
border-color: #EFCB5C;
}
.TagClassName
{
border-color: #EFCB5C;
}
</style>