Shades of Carrot Orange #ED8921
Tints of Carrot Orange #ED8921
RGB
CMYK
RGB Variations
Color information
#ED8921 (or 0xED8921) is known color: Carrot Orange. HEX triplet: ED, 89 and 21. RGB value is (237,137,33). Sum of RGB (Red+Green+Blue) = 237+137+33=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8921 is #1276DE. Grayscale: #9B9B9B. Windows color (decimal): -1210079 or 2197997. OLE color: 2197997.
HSL color Cylindrical-coordinate representation of color #ED8921: hue angle of 30.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED8921 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 33 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.07 |
| HSL | 30.59º | 0.85% | 0.53% | - |
| HSV(B) | 30.59º | 0.86% | 0.93% | - |
| XYZ | 44.15 | 36.01 | 6.06 | - |
| YUV | 155.04 | 59.13 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 33 | 0 | 0.42 | 0.86 | 0.07 | 30.59 | 0.85 | 0.53 |
| Hex | ED | 89 | 21 | 0 | 2A | 56 | 7 | 1F | 55 | 35 |
| Octal | 355 | 211 | 41 | 0 | 52 | 126 | 7 | 37 | 125 | 65 |
| Binary | 11101101 | 10001001 | 100001 | 0 | 101010 | 1010110 | 111 | 11111 | 1010101 | 110101 |
Color Harmonies of #ED8921
Complementary color
Monochromatic Colors of #ED8921
Black with #ED8921
Text Example
Text Example
White with #ED8921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8921; }
p { color: rgb(237,137,33); }
H1.HeaderClassName
{
color: #ED8921;
}
.AnyTagClassName
{
color: #ED8921;
}
</style>
background-color css
<style>
a { background-color: #ED8921; }
a { background-color: rgb(237,137,33); }
div.DivClassName
{
background-color: #ED8921;
}
.BgClassName
{
background-color: #ED8921;
}
</style>
border-color css
<style>
span { border-color: #ED8921; }
span { border-color: rgb(237,137,33); }
td.TdClassName
{
border-color: #ED8921;
}
.TagClassName
{
border-color: #ED8921;
}
</style>