Shades of Carrot Orange #ED981A
Tints of Carrot Orange #ED981A
RGB
CMYK
RGB Variations
Color information
#ED981A (or 0xED981A) is known color: Carrot Orange. HEX triplet: ED, 98 and 1A. RGB value is (237,152,26). Sum of RGB (Red+Green+Blue) = 237+152+26=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 26 (10.55% from 255 or 6.27% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED981A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED981A is #1267E5. Grayscale: #A3A3A3. Windows color (decimal): -1206246 or 1743085. OLE color: 1743085.
HSL color Cylindrical-coordinate representation of color #ED981A: hue angle of 35.83º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED981A is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 26 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.07 |
| HSL | 35.83º | 0.85% | 0.52% | - |
| HSV(B) | 35.83º | 0.89% | 0.93% | - |
| XYZ | 46.34 | 40.54 | 6.36 | - |
| YUV | 163.05 | 50.66 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 26 | 0 | 0.36 | 0.89 | 0.07 | 35.83 | 0.85 | 0.52 |
| Hex | ED | 98 | 1A | 0 | 24 | 59 | 7 | 24 | 55 | 34 |
| Octal | 355 | 230 | 32 | 0 | 44 | 131 | 7 | 44 | 125 | 64 |
| Binary | 11101101 | 10011000 | 11010 | 0 | 100100 | 1011001 | 111 | 100100 | 1010101 | 110100 |
Color Harmonies of #ED981A
Complementary color
Monochromatic Colors of #ED981A
Black with #ED981A
Text Example
Text Example
White with #ED981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED981A; }
p { color: rgb(237,152,26); }
H1.HeaderClassName
{
color: #ED981A;
}
.AnyTagClassName
{
color: #ED981A;
}
</style>
background-color css
<style>
a { background-color: #ED981A; }
a { background-color: rgb(237,152,26); }
div.DivClassName
{
background-color: #ED981A;
}
.BgClassName
{
background-color: #ED981A;
}
</style>
border-color css
<style>
span { border-color: #ED981A; }
span { border-color: rgb(237,152,26); }
td.TdClassName
{
border-color: #ED981A;
}
.TagClassName
{
border-color: #ED981A;
}
</style>