Shades of Portica #ECCF5C
Tints of Portica #ECCF5C
RGB
CMYK
RGB Variations
Color information
#ECCF5C (or 0xECCF5C) is known color: Portica. HEX triplet: EC, CF and 5C. RGB value is (236,207,92). Sum of RGB (Red+Green+Blue) = 236+207+92=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF5C is #1330A3. Grayscale: #CBCBCB. Windows color (decimal): -1257636 or 6082540. OLE color: 6082540.
HSL color Cylindrical-coordinate representation of color #ECCF5C: hue angle of 47.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECCF5C is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 92 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.07 |
| HSL | 47.92º | 0.79% | 0.64% | - |
| HSV(B) | 47.92º | 0.61% | 0.93% | - |
| XYZ | 58.84 | 63.23 | 19.23 | - |
| YUV | 202.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 92 | 0 | 0.12 | 0.61 | 0.07 | 47.92 | 0.79 | 0.64 |
| Hex | EC | CF | 5C | 0 | C | 3D | 7 | 30 | 4F | 40 |
| Octal | 354 | 317 | 134 | 0 | 14 | 75 | 7 | 60 | 117 | 100 |
| Binary | 11101100 | 11001111 | 1011100 | 0 | 1100 | 111101 | 111 | 110000 | 1001111 | 1000000 |
Color Harmonies of #ECCF5C
Complementary color
Monochromatic Colors of #ECCF5C
Black with #ECCF5C
Text Example
Text Example
White with #ECCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF5C; }
p { color: rgb(236,207,92); }
H1.HeaderClassName
{
color: #ECCF5C;
}
.AnyTagClassName
{
color: #ECCF5C;
}
</style>
background-color css
<style>
a { background-color: #ECCF5C; }
a { background-color: rgb(236,207,92); }
div.DivClassName
{
background-color: #ECCF5C;
}
.BgClassName
{
background-color: #ECCF5C;
}
</style>
border-color css
<style>
span { border-color: #ECCF5C; }
span { border-color: rgb(236,207,92); }
td.TdClassName
{
border-color: #ECCF5C;
}
.TagClassName
{
border-color: #ECCF5C;
}
</style>