Shades of Carrot Orange #ED921B
Tints of Carrot Orange #ED921B
RGB
CMYK
RGB Variations
Color information
#ED921B (or 0xED921B) is known color: Carrot Orange. HEX triplet: ED, 92 and 1B. RGB value is (237,146,27). Sum of RGB (Red+Green+Blue) = 237+146+27=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED921B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED921B is #126DE4. Grayscale: #A0A0A0. Windows color (decimal): -1207781 or 1807085. OLE color: 1807085.
HSL color Cylindrical-coordinate representation of color #ED921B: hue angle of 34º 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 #ED921B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 27 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.07 |
| HSL | 34º | 0.85% | 0.52% | - |
| HSV(B) | 34º | 0.89% | 0.93% | - |
| XYZ | 45.4 | 38.64 | 6.1 | - |
| YUV | 159.64 | 53.15 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 27 | 0 | 0.38 | 0.89 | 0.07 | 34 | 0.85 | 0.52 |
| Hex | ED | 92 | 1B | 0 | 26 | 59 | 7 | 22 | 55 | 34 |
| Octal | 355 | 222 | 33 | 0 | 46 | 131 | 7 | 42 | 125 | 64 |
| Binary | 11101101 | 10010010 | 11011 | 0 | 100110 | 1011001 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #ED921B
Complementary color
Monochromatic Colors of #ED921B
Black with #ED921B
Text Example
Text Example
White with #ED921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED921B; }
p { color: rgb(237,146,27); }
H1.HeaderClassName
{
color: #ED921B;
}
.AnyTagClassName
{
color: #ED921B;
}
</style>
background-color css
<style>
a { background-color: #ED921B; }
a { background-color: rgb(237,146,27); }
div.DivClassName
{
background-color: #ED921B;
}
.BgClassName
{
background-color: #ED921B;
}
</style>
border-color css
<style>
span { border-color: #ED921B; }
span { border-color: rgb(237,146,27); }
td.TdClassName
{
border-color: #ED921B;
}
.TagClassName
{
border-color: #ED921B;
}
</style>