Shades of Carrot Orange #ED841B
Tints of Carrot Orange #ED841B
RGB
CMYK
RGB Variations
Color information
#ED841B (or 0xED841B) is known color: Carrot Orange. HEX triplet: ED, 84 and 1B. RGB value is (237,132,27). Sum of RGB (Red+Green+Blue) = 237+132+27=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED841B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED841B is #127BE4. Grayscale: #979797. Windows color (decimal): -1211365 or 1803501. OLE color: 1803501.
HSL color Cylindrical-coordinate representation of color #ED841B: hue angle of 30º 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 #ED841B is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 27 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.07 |
| HSL | 30º | 0.85% | 0.52% | - |
| HSV(B) | 30º | 0.89% | 0.93% | - |
| XYZ | 43.37 | 34.59 | 5.43 | - |
| YUV | 151.43 | 57.79 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 27 | 0 | 0.44 | 0.89 | 0.07 | 30 | 0.85 | 0.52 |
| Hex | ED | 84 | 1B | 0 | 2C | 59 | 7 | 1E | 55 | 34 |
| Octal | 355 | 204 | 33 | 0 | 54 | 131 | 7 | 36 | 125 | 64 |
| Binary | 11101101 | 10000100 | 11011 | 0 | 101100 | 1011001 | 111 | 11110 | 1010101 | 110100 |
Color Harmonies of #ED841B
Complementary color
Monochromatic Colors of #ED841B
Black with #ED841B
Text Example
Text Example
White with #ED841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED841B; }
p { color: rgb(237,132,27); }
H1.HeaderClassName
{
color: #ED841B;
}
.AnyTagClassName
{
color: #ED841B;
}
</style>
background-color css
<style>
a { background-color: #ED841B; }
a { background-color: rgb(237,132,27); }
div.DivClassName
{
background-color: #ED841B;
}
.BgClassName
{
background-color: #ED841B;
}
</style>
border-color css
<style>
span { border-color: #ED841B; }
span { border-color: rgb(237,132,27); }
td.TdClassName
{
border-color: #ED841B;
}
.TagClassName
{
border-color: #ED841B;
}
</style>