Shades of Portica #EDCE54
Tints of Portica #EDCE54
RGB
CMYK
RGB Variations
Color information
#EDCE54 (or 0xEDCE54) is known color: Portica. HEX triplet: ED, CE and 54. RGB value is (237,206,84). Sum of RGB (Red+Green+Blue) = 237+206+84=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE54 is #1231AB. Grayscale: #C9C9C9. Windows color (decimal): -1192364 or 5557997. OLE color: 5557997.
HSL color Cylindrical-coordinate representation of color #EDCE54: hue angle of 47.84º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDCE54 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 84 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.07 |
| HSL | 47.84º | 0.81% | 0.63% | - |
| HSV(B) | 47.84º | 0.65% | 0.93% | - |
| XYZ | 58.6 | 62.79 | 17.42 | - |
| YUV | 201.36 | 61.77 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 84 | 0 | 0.13 | 0.65 | 0.07 | 47.84 | 0.81 | 0.63 |
| Hex | ED | CE | 54 | 0 | D | 41 | 7 | 30 | 51 | 3F |
| Octal | 355 | 316 | 124 | 0 | 15 | 101 | 7 | 60 | 121 | 77 |
| Binary | 11101101 | 11001110 | 1010100 | 0 | 1101 | 1000001 | 111 | 110000 | 1010001 | 111111 |
Color Harmonies of #EDCE54
Complementary color
Monochromatic Colors of #EDCE54
Black with #EDCE54
Text Example
Text Example
White with #EDCE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE54; }
p { color: rgb(237,206,84); }
H1.HeaderClassName
{
color: #EDCE54;
}
.AnyTagClassName
{
color: #EDCE54;
}
</style>
background-color css
<style>
a { background-color: #EDCE54; }
a { background-color: rgb(237,206,84); }
div.DivClassName
{
background-color: #EDCE54;
}
.BgClassName
{
background-color: #EDCE54;
}
</style>
border-color css
<style>
span { border-color: #EDCE54; }
span { border-color: rgb(237,206,84); }
td.TdClassName
{
border-color: #EDCE54;
}
.TagClassName
{
border-color: #EDCE54;
}
</style>