Shades of Portica #EFCE5C
Tints of Portica #EFCE5C
RGB
CMYK
RGB Variations
Color information
#EFCE5C (or 0xEFCE5C) is known color: Portica. HEX triplet: EF, CE and 5C. RGB value is (239,206,92). Sum of RGB (Red+Green+Blue) = 239+206+92=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE5C is #1031A3. Grayscale: #CBCBCB. Windows color (decimal): -1061284 or 6082287. OLE color: 6082287.
HSL color Cylindrical-coordinate representation of color #EFCE5C: hue angle of 46.53º 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 #EFCE5C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 92 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.06 |
| HSL | 46.53º | 0.82% | 0.65% | - |
| HSV(B) | 46.53º | 0.62% | 0.94% | - |
| XYZ | 59.6 | 63.27 | 19.2 | - |
| YUV | 202.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 92 | 0 | 0.14 | 0.62 | 0.06 | 46.53 | 0.82 | 0.65 |
| Hex | EF | CE | 5C | 0 | E | 3E | 6 | 2F | 52 | 41 |
| Octal | 357 | 316 | 134 | 0 | 16 | 76 | 6 | 57 | 122 | 101 |
| Binary | 11101111 | 11001110 | 1011100 | 0 | 1110 | 111110 | 110 | 101111 | 1010010 | 1000001 |
Color Harmonies of #EFCE5C
Complementary color
Monochromatic Colors of #EFCE5C
Black with #EFCE5C
Text Example
Text Example
White with #EFCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE5C; }
p { color: rgb(239,206,92); }
H1.HeaderClassName
{
color: #EFCE5C;
}
.AnyTagClassName
{
color: #EFCE5C;
}
</style>
background-color css
<style>
a { background-color: #EFCE5C; }
a { background-color: rgb(239,206,92); }
div.DivClassName
{
background-color: #EFCE5C;
}
.BgClassName
{
background-color: #EFCE5C;
}
</style>
border-color css
<style>
span { border-color: #EFCE5C; }
span { border-color: rgb(239,206,92); }
td.TdClassName
{
border-color: #EFCE5C;
}
.TagClassName
{
border-color: #EFCE5C;
}
</style>