Shades of Carrot Orange #ED901B
Tints of Carrot Orange #ED901B
RGB
CMYK
RGB Variations
Color information
#ED901B (or 0xED901B) is known color: Carrot Orange. HEX triplet: ED, 90 and 1B. RGB value is (237,144,27). Sum of RGB (Red+Green+Blue) = 237+144+27=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED901B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED901B is #126FE4. Grayscale: #9F9F9F. Windows color (decimal): -1208293 or 1806573. OLE color: 1806573.
HSL color Cylindrical-coordinate representation of color #ED901B: hue angle of 33.43º 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 #ED901B is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 27 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.07 |
| HSL | 33.43º | 0.85% | 0.52% | - |
| HSV(B) | 33.43º | 0.89% | 0.93% | - |
| XYZ | 45.1 | 38.03 | 6 | - |
| YUV | 158.47 | 53.81 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 27 | 0 | 0.39 | 0.89 | 0.07 | 33.43 | 0.85 | 0.52 |
| Hex | ED | 90 | 1B | 0 | 27 | 59 | 7 | 21 | 55 | 34 |
| Octal | 355 | 220 | 33 | 0 | 47 | 131 | 7 | 41 | 125 | 64 |
| Binary | 11101101 | 10010000 | 11011 | 0 | 100111 | 1011001 | 111 | 100001 | 1010101 | 110100 |
Color Harmonies of #ED901B
Complementary color
Monochromatic Colors of #ED901B
Black with #ED901B
Text Example
Text Example
White with #ED901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED901B; }
p { color: rgb(237,144,27); }
H1.HeaderClassName
{
color: #ED901B;
}
.AnyTagClassName
{
color: #ED901B;
}
</style>
background-color css
<style>
a { background-color: #ED901B; }
a { background-color: rgb(237,144,27); }
div.DivClassName
{
background-color: #ED901B;
}
.BgClassName
{
background-color: #ED901B;
}
</style>
border-color css
<style>
span { border-color: #ED901B; }
span { border-color: rgb(237,144,27); }
td.TdClassName
{
border-color: #ED901B;
}
.TagClassName
{
border-color: #ED901B;
}
</style>