Shades of Dark Tangerine #EDAE0C
Tints of Dark Tangerine #EDAE0C
RGB
CMYK
RGB Variations
Color information
#EDAE0C (or 0xEDAE0C) is known color: Dark Tangerine. HEX triplet: ED, AE and 0C. RGB value is (237,174,12). Sum of RGB (Red+Green+Blue) = 237+174+12=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAE0C is #1251F3. Grayscale: #AFAFAF. Windows color (decimal): -1200628 or 831213. OLE color: 831213.
HSL color Cylindrical-coordinate representation of color #EDAE0C: hue angle of 43.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDAE0C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.07 |
| HSL | 43.2º | 0.9% | 0.49% | - |
| HSV(B) | 43.2º | 0.95% | 0.93% | - |
| XYZ | 50.13 | 48.3 | 7.03 | - |
| YUV | 174.37 | 36.37 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 12 | 0 | 0.27 | 0.95 | 0.07 | 43.2 | 0.9 | 0.49 |
| Hex | ED | AE | C | 0 | 1B | 5F | 7 | 2B | 5A | 31 |
| Octal | 355 | 256 | 14 | 0 | 33 | 137 | 7 | 53 | 132 | 61 |
| Binary | 11101101 | 10101110 | 1100 | 0 | 11011 | 1011111 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #EDAE0C
Complementary color
Monochromatic Colors of #EDAE0C
Black with #EDAE0C
Text Example
Text Example
White with #EDAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAE0C; }
p { color: rgb(237,174,12); }
H1.HeaderClassName
{
color: #EDAE0C;
}
.AnyTagClassName
{
color: #EDAE0C;
}
</style>
background-color css
<style>
a { background-color: #EDAE0C; }
a { background-color: rgb(237,174,12); }
div.DivClassName
{
background-color: #EDAE0C;
}
.BgClassName
{
background-color: #EDAE0C;
}
</style>
border-color css
<style>
span { border-color: #EDAE0C; }
span { border-color: rgb(237,174,12); }
td.TdClassName
{
border-color: #EDAE0C;
}
.TagClassName
{
border-color: #EDAE0C;
}
</style>