Shades of Sun #ED923D
Tints of Sun #ED923D
RGB
CMYK
RGB Variations
Color information
#ED923D (or 0xED923D) is known color: Sun. HEX triplet: ED, 92 and 3D. RGB value is (237,146,61). Sum of RGB (Red+Green+Blue) = 237+146+61=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED923D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED923D is #126DC2. Grayscale: #A3A3A3. Windows color (decimal): -1207747 or 4035309. OLE color: 4035309.
HSL color Cylindrical-coordinate representation of color #ED923D: hue angle of 28.98º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED923D is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 61 | - |
| CMYK | 0 | 0.38 | 0.74 | 0.07 |
| HSL | 28.98º | 0.83% | 0.58% | - |
| HSV(B) | 28.98º | 0.74% | 0.93% | - |
| XYZ | 46.05 | 38.9 | 9.5 | - |
| YUV | 163.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 61 | 0 | 0.38 | 0.74 | 0.07 | 28.98 | 0.83 | 0.58 |
| Hex | ED | 92 | 3D | 0 | 26 | 4A | 7 | 1D | 53 | 3A |
| Octal | 355 | 222 | 75 | 0 | 46 | 112 | 7 | 35 | 123 | 72 |
| Binary | 11101101 | 10010010 | 111101 | 0 | 100110 | 1001010 | 111 | 11101 | 1010011 | 111010 |
Color Harmonies of #ED923D
Complementary color
Monochromatic Colors of #ED923D
Black with #ED923D
Text Example
Text Example
White with #ED923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED923D; }
p { color: rgb(237,146,61); }
H1.HeaderClassName
{
color: #ED923D;
}
.AnyTagClassName
{
color: #ED923D;
}
</style>
background-color css
<style>
a { background-color: #ED923D; }
a { background-color: rgb(237,146,61); }
div.DivClassName
{
background-color: #ED923D;
}
.BgClassName
{
background-color: #ED923D;
}
</style>
border-color css
<style>
span { border-color: #ED923D; }
span { border-color: rgb(237,146,61); }
td.TdClassName
{
border-color: #ED923D;
}
.TagClassName
{
border-color: #ED923D;
}
</style>