Shades of Carrot Orange #EDA223
Tints of Carrot Orange #EDA223
RGB
CMYK
RGB Variations
Color information
#EDA223 (or 0xEDA223) is known color: Carrot Orange. HEX triplet: ED, A2 and 23. RGB value is (237,162,35). Sum of RGB (Red+Green+Blue) = 237+162+35=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA223 is #125DDC. Grayscale: #AAAAAA. Windows color (decimal): -1203677 or 2335469. OLE color: 2335469.
HSL color Cylindrical-coordinate representation of color #EDA223: hue angle of 37.72º 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 #EDA223 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 35 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.07 |
| HSL | 37.72º | 0.85% | 0.53% | - |
| HSV(B) | 37.72º | 0.85% | 0.93% | - |
| XYZ | 48.15 | 43.97 | 7.54 | - |
| YUV | 169.95 | 51.85 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 35 | 0 | 0.32 | 0.85 | 0.07 | 37.72 | 0.85 | 0.53 |
| Hex | ED | A2 | 23 | 0 | 20 | 55 | 7 | 26 | 55 | 35 |
| Octal | 355 | 242 | 43 | 0 | 40 | 125 | 7 | 46 | 125 | 65 |
| Binary | 11101101 | 10100010 | 100011 | 0 | 100000 | 1010101 | 111 | 100110 | 1010101 | 110101 |
Color Harmonies of #EDA223
Complementary color
Monochromatic Colors of #EDA223
Black with #EDA223
Text Example
Text Example
White with #EDA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA223; }
p { color: rgb(237,162,35); }
H1.HeaderClassName
{
color: #EDA223;
}
.AnyTagClassName
{
color: #EDA223;
}
</style>
background-color css
<style>
a { background-color: #EDA223; }
a { background-color: rgb(237,162,35); }
div.DivClassName
{
background-color: #EDA223;
}
.BgClassName
{
background-color: #EDA223;
}
</style>
border-color css
<style>
span { border-color: #EDA223; }
span { border-color: rgb(237,162,35); }
td.TdClassName
{
border-color: #EDA223;
}
.TagClassName
{
border-color: #EDA223;
}
</style>