Html Css Color HEX #ED923A Sun

📋 copy color: '#ED923A'

red 237 ◦ green 146 ◦ blue 58

#ED923A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sun #ED923A

Tints of Sun #ED923A

RGB

 RED value IS 237 (92.97% from 255) = 53.74%

 GREEN value IS 146 (57.42% from 255) = 33.11%

 BLUE value IS 58 (23.05% from 255) = 13.15%

R = 53.74%
G = 33.11%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED923A (or 0xED923A) is known color: Sun. HEX triplet: ED, 92 and 3A. RGB value is (237,146,58). Sum of RGB (Red+Green+Blue) = 237+146+58=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED923A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED923A is #126DC5. Grayscale: #A3A3A3. Windows color (decimal): -1207750 or 3838701. OLE color: 3838701.

HSL color Cylindrical-coordinate representation of color #ED923A: hue angle of 29.5º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED923A is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 146 58 -
CMYK 0 0.38 0.76 0.07
HSL 29.5º 0.83% 0.58% -
HSV(B) 29.5º 0.76% 0.93% -
XYZ 45.97 38.87 9.08 -
YUV 163.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 237 146 58 0 0.38 0.76 0.07 29.5 0.83 0.58
Hex ED 92 3A 0 26 4C 7 1D 53 3A
Octal 355 222 72 0 46 114 7 35 123 72
Binary 11101101 10010010 111010 0 100110 1001100 111 11101 1010011 111010

Color Harmonies of #ED923A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED923A

Black with #ED923A

Text Example


Text Example

White with #ED923A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED923A; }

 p { color: rgb(237,146,58); }

 H1.HeaderClassName
 {
   color: #ED923A;
 }
 .AnyTagClassName
 {
   color: #ED923A;
 }
</style>

background-color css

<style>
 a { background-color: #ED923A; }

 a { background-color: rgb(237,146,58); }

 div.DivClassName
 {
   background-color: #ED923A;
 }
 .BgClassName
 {
   background-color: #ED923A;
 }
</style>

border-color css

<style>
 span { border-color: #ED923A; }

 span { border-color: rgb(237,146,58); }

 td.TdClassName
 {
   border-color: #ED923A;
 }
 .TagClassName
 {
   border-color: #ED923A;
 }
</style>