Html Css Color HEX #ED523D Sunset Orange

📋 copy color: '#ED523D'

red 237 ◦ green 82 ◦ blue 61

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

Shades of Sunset Orange #ED523D

Tints of Sunset Orange #ED523D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.05%

R = 62.37%
G = 21.58%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED523D (or 0xED523D) is known color: Sunset Orange. HEX triplet: ED, 52 and 3D. RGB value is (237,82,61). Sum of RGB (Red+Green+Blue) = 237+82+61=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED523D is #12ADC2. Grayscale: #7E7E7E. Windows color (decimal): -1224131 or 4018925. OLE color: 4018925.

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

Color convert

RGB 237 82 61 -
CMYK 0 0.65 0.74 0.07
HSL 7.16º 0.83% 0.58% -
HSV(B) 7.16º 0.74% 0.93% -
XYZ 38.78 24.38 7.08 -
YUV 125.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 237 82 61 0 0.65 0.74 0.07 7.16 0.83 0.58
Hex ED 52 3D 0 41 4A 7 7 53 3A
Octal 355 122 75 0 101 112 7 7 123 72
Binary 11101101 1010010 111101 0 1000001 1001010 111 111 1010011 111010

Color Harmonies of #ED523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED523D

Black with #ED523D

Text Example


Text Example

White with #ED523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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