Html Css Color HEX #ED523A Sunset Orange

📋 copy color: '#ED523A'

red 237 ◦ green 82 ◦ blue 58

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

Shades of Sunset Orange #ED523A

Tints of Sunset Orange #ED523A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 62.86%
G = 21.75%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED523A (or 0xED523A) is known color: Sunset Orange. HEX triplet: ED, 52 and 3A. RGB value is (237,82,58). Sum of RGB (Red+Green+Blue) = 237+82+58=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED523A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED523A is #12ADC5. Grayscale: #7D7D7D. Windows color (decimal): -1224134 or 3822317. OLE color: 3822317.

HSL color Cylindrical-coordinate representation of color #ED523A: hue angle of 8.04º 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 #ED523A is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 82 58 -
CMYK 0 0.65 0.76 0.07
HSL 8.04º 0.83% 0.58% -
HSV(B) 8.04º 0.76% 0.93% -
XYZ 38.71 24.34 6.66 -
YUV 125.61 89.85 207.45 -
System Red Green Blue C M Y K H S L
Decimal 237 82 58 0 0.65 0.76 0.07 8.04 0.83 0.58
Hex ED 52 3A 0 41 4C 7 8 53 3A
Octal 355 122 72 0 101 114 7 10 123 72
Binary 11101101 1010010 111010 0 1000001 1001100 111 1000 1010011 111010

Color Harmonies of #ED523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED523A

Black with #ED523A

Text Example


Text Example

White with #ED523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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