Shades of Carrot Orange #EDA224
Tints of Carrot Orange #EDA224
RGB
CMYK
RGB Variations
Color information
#EDA224 (or 0xEDA224) is known color: Carrot Orange. HEX triplet: ED, A2 and 24. RGB value is (237,162,36). Sum of RGB (Red+Green+Blue) = 237+162+36=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA224 is #125DDB. Grayscale: #AAAAAA. Windows color (decimal): -1203676 or 2401005. OLE color: 2401005.
HSL color Cylindrical-coordinate representation of color #EDA224: hue angle of 37.61º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDA224 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 36 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.07 |
| HSL | 37.61º | 0.85% | 0.54% | - |
| HSV(B) | 37.61º | 0.85% | 0.93% | - |
| XYZ | 48.16 | 43.97 | 7.62 | - |
| YUV | 170.06 | 52.35 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 36 | 0 | 0.32 | 0.85 | 0.07 | 37.61 | 0.85 | 0.54 |
| Hex | ED | A2 | 24 | 0 | 20 | 55 | 7 | 26 | 55 | 36 |
| Octal | 355 | 242 | 44 | 0 | 40 | 125 | 7 | 46 | 125 | 66 |
| Binary | 11101101 | 10100010 | 100100 | 0 | 100000 | 1010101 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EDA224
Complementary color
Monochromatic Colors of #EDA224
Black with #EDA224
Text Example
Text Example
White with #EDA224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA224; }
p { color: rgb(237,162,36); }
H1.HeaderClassName
{
color: #EDA224;
}
.AnyTagClassName
{
color: #EDA224;
}
</style>
background-color css
<style>
a { background-color: #EDA224; }
a { background-color: rgb(237,162,36); }
div.DivClassName
{
background-color: #EDA224;
}
.BgClassName
{
background-color: #EDA224;
}
</style>
border-color css
<style>
span { border-color: #EDA224; }
span { border-color: rgb(237,162,36); }
td.TdClassName
{
border-color: #EDA224;
}
.TagClassName
{
border-color: #EDA224;
}
</style>