Shades of Portica #EDCE5C
Tints of Portica #EDCE5C
RGB
CMYK
RGB Variations
Color information
#EDCE5C (or 0xEDCE5C) is known color: Portica. HEX triplet: ED, CE and 5C. RGB value is (237,206,92). Sum of RGB (Red+Green+Blue) = 237+206+92=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE5C is #1231A3. Grayscale: #CACACA. Windows color (decimal): -1192356 or 6082285. OLE color: 6082285.
HSL color Cylindrical-coordinate representation of color #EDCE5C: hue angle of 47.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDCE5C is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 92 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.07 |
| HSL | 47.17º | 0.8% | 0.65% | - |
| HSV(B) | 47.17º | 0.61% | 0.93% | - |
| XYZ | 58.93 | 62.92 | 19.16 | - |
| YUV | 202.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 92 | 0 | 0.13 | 0.61 | 0.07 | 47.17 | 0.8 | 0.65 |
| Hex | ED | CE | 5C | 0 | D | 3D | 7 | 2F | 50 | 41 |
| Octal | 355 | 316 | 134 | 0 | 15 | 75 | 7 | 57 | 120 | 101 |
| Binary | 11101101 | 11001110 | 1011100 | 0 | 1101 | 111101 | 111 | 101111 | 1010000 | 1000001 |
Color Harmonies of #EDCE5C
Complementary color
Monochromatic Colors of #EDCE5C
Black with #EDCE5C
Text Example
Text Example
White with #EDCE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE5C; }
p { color: rgb(237,206,92); }
H1.HeaderClassName
{
color: #EDCE5C;
}
.AnyTagClassName
{
color: #EDCE5C;
}
</style>
background-color css
<style>
a { background-color: #EDCE5C; }
a { background-color: rgb(237,206,92); }
div.DivClassName
{
background-color: #EDCE5C;
}
.BgClassName
{
background-color: #EDCE5C;
}
</style>
border-color css
<style>
span { border-color: #EDCE5C; }
span { border-color: rgb(237,206,92); }
td.TdClassName
{
border-color: #EDCE5C;
}
.TagClassName
{
border-color: #EDCE5C;
}
</style>