Shades of Carrot Orange #EDA023
Tints of Carrot Orange #EDA023
RGB
CMYK
RGB Variations
Color information
#EDA023 (or 0xEDA023) is known color: Carrot Orange. HEX triplet: ED, A0 and 23. RGB value is (237,160,35). Sum of RGB (Red+Green+Blue) = 237+160+35=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA023 is #125FDC. Grayscale: #A9A9A9. Windows color (decimal): -1204189 or 2334957. OLE color: 2334957.
HSL color Cylindrical-coordinate representation of color #EDA023: hue angle of 37.13º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDA023 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 35 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.07 |
| HSL | 37.13º | 0.85% | 0.53% | - |
| HSV(B) | 37.13º | 0.85% | 0.93% | - |
| XYZ | 47.8 | 43.27 | 7.42 | - |
| YUV | 168.77 | 52.51 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 35 | 0 | 0.32 | 0.85 | 0.07 | 37.13 | 0.85 | 0.53 |
| Hex | ED | A0 | 23 | 0 | 20 | 55 | 7 | 25 | 55 | 35 |
| Octal | 355 | 240 | 43 | 0 | 40 | 125 | 7 | 45 | 125 | 65 |
| Binary | 11101101 | 10100000 | 100011 | 0 | 100000 | 1010101 | 111 | 100101 | 1010101 | 110101 |
Color Harmonies of #EDA023
Complementary color
Monochromatic Colors of #EDA023
Black with #EDA023
Text Example
Text Example
White with #EDA023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA023; }
p { color: rgb(237,160,35); }
H1.HeaderClassName
{
color: #EDA023;
}
.AnyTagClassName
{
color: #EDA023;
}
</style>
background-color css
<style>
a { background-color: #EDA023; }
a { background-color: rgb(237,160,35); }
div.DivClassName
{
background-color: #EDA023;
}
.BgClassName
{
background-color: #EDA023;
}
</style>
border-color css
<style>
span { border-color: #EDA023; }
span { border-color: rgb(237,160,35); }
td.TdClassName
{
border-color: #EDA023;
}
.TagClassName
{
border-color: #EDA023;
}
</style>