Shades of Carrot Orange #EDA420
Tints of Carrot Orange #EDA420
RGB
CMYK
RGB Variations
Color information
#EDA420 (or 0xEDA420) is known color: Carrot Orange. HEX triplet: ED, A4 and 20. RGB value is (237,164,32). Sum of RGB (Red+Green+Blue) = 237+164+32=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA420 is #125BDF. Grayscale: #ABABAB. Windows color (decimal): -1203168 or 2139373. OLE color: 2139373.
HSL color Cylindrical-coordinate representation of color #EDA420: hue angle of 38.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDA420 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 32 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.07 |
| HSL | 38.63º | 0.85% | 0.53% | - |
| HSV(B) | 38.63º | 0.86% | 0.93% | - |
| XYZ | 48.46 | 44.66 | 7.43 | - |
| YUV | 170.78 | 49.68 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 32 | 0 | 0.31 | 0.86 | 0.07 | 38.63 | 0.85 | 0.53 |
| Hex | ED | A4 | 20 | 0 | 1F | 56 | 7 | 27 | 55 | 35 |
| Octal | 355 | 244 | 40 | 0 | 37 | 126 | 7 | 47 | 125 | 65 |
| Binary | 11101101 | 10100100 | 100000 | 0 | 11111 | 1010110 | 111 | 100111 | 1010101 | 110101 |
Color Harmonies of #EDA420
Complementary color
Monochromatic Colors of #EDA420
Black with #EDA420
Text Example
Text Example
White with #EDA420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA420; }
p { color: rgb(237,164,32); }
H1.HeaderClassName
{
color: #EDA420;
}
.AnyTagClassName
{
color: #EDA420;
}
</style>
background-color css
<style>
a { background-color: #EDA420; }
a { background-color: rgb(237,164,32); }
div.DivClassName
{
background-color: #EDA420;
}
.BgClassName
{
background-color: #EDA420;
}
</style>
border-color css
<style>
span { border-color: #EDA420; }
span { border-color: rgb(237,164,32); }
td.TdClassName
{
border-color: #EDA420;
}
.TagClassName
{
border-color: #EDA420;
}
</style>