Shades of Carrot Orange #EDA01F
Tints of Carrot Orange #EDA01F
RGB
CMYK
RGB Variations
Color information
#EDA01F (or 0xEDA01F) is known color: Carrot Orange. HEX triplet: ED, A0 and 1F. RGB value is (237,160,31). Sum of RGB (Red+Green+Blue) = 237+160+31=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 31 (12.5% from 255 or 7.24% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA01F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA01F is #125FE0. Grayscale: #A8A8A8. Windows color (decimal): -1204193 or 2072813. OLE color: 2072813.
HSL color Cylindrical-coordinate representation of color #EDA01F: hue angle of 37.57º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDA01F is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 31 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.07 |
| HSL | 37.57º | 0.85% | 0.53% | - |
| HSV(B) | 37.57º | 0.87% | 0.93% | - |
| XYZ | 47.74 | 43.25 | 7.13 | - |
| YUV | 168.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 31 | 0 | 0.32 | 0.87 | 0.07 | 37.57 | 0.85 | 0.53 |
| Hex | ED | A0 | 1F | 0 | 20 | 57 | 7 | 26 | 55 | 35 |
| Octal | 355 | 240 | 37 | 0 | 40 | 127 | 7 | 46 | 125 | 65 |
| Binary | 11101101 | 10100000 | 11111 | 0 | 100000 | 1010111 | 111 | 100110 | 1010101 | 110101 |
Color Harmonies of #EDA01F
Complementary color
Monochromatic Colors of #EDA01F
Black with #EDA01F
Text Example
Text Example
White with #EDA01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA01F; }
p { color: rgb(237,160,31); }
H1.HeaderClassName
{
color: #EDA01F;
}
.AnyTagClassName
{
color: #EDA01F;
}
</style>
background-color css
<style>
a { background-color: #EDA01F; }
a { background-color: rgb(237,160,31); }
div.DivClassName
{
background-color: #EDA01F;
}
.BgClassName
{
background-color: #EDA01F;
}
</style>
border-color css
<style>
span { border-color: #EDA01F; }
span { border-color: rgb(237,160,31); }
td.TdClassName
{
border-color: #EDA01F;
}
.TagClassName
{
border-color: #EDA01F;
}
</style>