Shades of Carrot Orange #EDA323
Tints of Carrot Orange #EDA323
RGB
CMYK
RGB Variations
Color information
#EDA323 (or 0xEDA323) is known color: Carrot Orange. HEX triplet: ED, A3 and 23. RGB value is (237,163,35). Sum of RGB (Red+Green+Blue) = 237+163+35=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA323 is #125CDC. Grayscale: #ABABAB. Windows color (decimal): -1203421 or 2335725. OLE color: 2335725.
HSL color Cylindrical-coordinate representation of color #EDA323: hue angle of 38.02º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDA323 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 35 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.07 |
| HSL | 38.02º | 0.85% | 0.53% | - |
| HSV(B) | 38.02º | 0.85% | 0.93% | - |
| XYZ | 48.33 | 44.32 | 7.6 | - |
| YUV | 170.53 | 51.52 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 35 | 0 | 0.31 | 0.85 | 0.07 | 38.02 | 0.85 | 0.53 |
| Hex | ED | A3 | 23 | 0 | 1F | 55 | 7 | 26 | 55 | 35 |
| Octal | 355 | 243 | 43 | 0 | 37 | 125 | 7 | 46 | 125 | 65 |
| Binary | 11101101 | 10100011 | 100011 | 0 | 11111 | 1010101 | 111 | 100110 | 1010101 | 110101 |
Color Harmonies of #EDA323
Complementary color
Monochromatic Colors of #EDA323
Black with #EDA323
Text Example
Text Example
White with #EDA323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA323; }
p { color: rgb(237,163,35); }
H1.HeaderClassName
{
color: #EDA323;
}
.AnyTagClassName
{
color: #EDA323;
}
</style>
background-color css
<style>
a { background-color: #EDA323; }
a { background-color: rgb(237,163,35); }
div.DivClassName
{
background-color: #EDA323;
}
.BgClassName
{
background-color: #EDA323;
}
</style>
border-color css
<style>
span { border-color: #EDA323; }
span { border-color: rgb(237,163,35); }
td.TdClassName
{
border-color: #EDA323;
}
.TagClassName
{
border-color: #EDA323;
}
</style>