Shades of Carrot Orange #EDA11E
Tints of Carrot Orange #EDA11E
RGB
CMYK
RGB Variations
Color information
#EDA11E (or 0xEDA11E) is known color: Carrot Orange. HEX triplet: ED, A1 and 1E. RGB value is (237,161,30). Sum of RGB (Red+Green+Blue) = 237+161+30=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA11E is #125EE1. Grayscale: #A9A9A9. Windows color (decimal): -1203938 or 2007533. OLE color: 2007533.
HSL color Cylindrical-coordinate representation of color #EDA11E: hue angle of 37.97º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDA11E is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 30 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.07 |
| HSL | 37.97º | 0.85% | 0.52% | - |
| HSV(B) | 37.97º | 0.87% | 0.93% | - |
| XYZ | 47.9 | 43.59 | 7.12 | - |
| YUV | 168.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 30 | 0 | 0.32 | 0.87 | 0.07 | 37.97 | 0.85 | 0.52 |
| Hex | ED | A1 | 1E | 0 | 20 | 57 | 7 | 26 | 55 | 34 |
| Octal | 355 | 241 | 36 | 0 | 40 | 127 | 7 | 46 | 125 | 64 |
| Binary | 11101101 | 10100001 | 11110 | 0 | 100000 | 1010111 | 111 | 100110 | 1010101 | 110100 |
Color Harmonies of #EDA11E
Complementary color
Monochromatic Colors of #EDA11E
Black with #EDA11E
Text Example
Text Example
White with #EDA11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA11E; }
p { color: rgb(237,161,30); }
H1.HeaderClassName
{
color: #EDA11E;
}
.AnyTagClassName
{
color: #EDA11E;
}
</style>
background-color css
<style>
a { background-color: #EDA11E; }
a { background-color: rgb(237,161,30); }
div.DivClassName
{
background-color: #EDA11E;
}
.BgClassName
{
background-color: #EDA11E;
}
</style>
border-color css
<style>
span { border-color: #EDA11E; }
span { border-color: rgb(237,161,30); }
td.TdClassName
{
border-color: #EDA11E;
}
.TagClassName
{
border-color: #EDA11E;
}
</style>