Shades of Portica #ECD25E
Tints of Portica #ECD25E
RGB
CMYK
RGB Variations
Color information
#ECD25E (or 0xECD25E) is known color: Portica. HEX triplet: EC, D2 and 5E. RGB value is (236,210,94). Sum of RGB (Red+Green+Blue) = 236+210+94=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD25E is #132DA1. Grayscale: #CDCDCD. Windows color (decimal): -1256866 or 6214380. OLE color: 6214380.
HSL color Cylindrical-coordinate representation of color #ECD25E: hue angle of 49.01º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECD25E is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 94 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.07 |
| HSL | 49.01º | 0.79% | 0.65% | - |
| HSV(B) | 49.01º | 0.6% | 0.93% | - |
| XYZ | 59.66 | 64.73 | 19.94 | - |
| YUV | 204.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 94 | 0 | 0.11 | 0.60 | 0.07 | 49.01 | 0.79 | 0.65 |
| Hex | EC | D2 | 5E | 0 | B | 3C | 7 | 31 | 4F | 41 |
| Octal | 354 | 322 | 136 | 0 | 13 | 74 | 7 | 61 | 117 | 101 |
| Binary | 11101100 | 11010010 | 1011110 | 0 | 1011 | 111100 | 111 | 110001 | 1001111 | 1000001 |
Color Harmonies of #ECD25E
Complementary color
Monochromatic Colors of #ECD25E
Black with #ECD25E
Text Example
Text Example
White with #ECD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD25E; }
p { color: rgb(236,210,94); }
H1.HeaderClassName
{
color: #ECD25E;
}
.AnyTagClassName
{
color: #ECD25E;
}
</style>
background-color css
<style>
a { background-color: #ECD25E; }
a { background-color: rgb(236,210,94); }
div.DivClassName
{
background-color: #ECD25E;
}
.BgClassName
{
background-color: #ECD25E;
}
</style>
border-color css
<style>
span { border-color: #ECD25E; }
span { border-color: rgb(236,210,94); }
td.TdClassName
{
border-color: #ECD25E;
}
.TagClassName
{
border-color: #ECD25E;
}
</style>