Html Css Color HEX #ED4A49 Sunset Orange

📋 copy color: '#ED4A49'

red 237 ◦ green 74 ◦ blue 73

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

Shades of Sunset Orange #ED4A49

Tints of Sunset Orange #ED4A49

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.27%

 BLUE value IS 73 (28.91% from 255) = 19.01%

R = 61.72%
G = 19.27%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED4A49 (or 0xED4A49) is known color: Sunset Orange. HEX triplet: ED, 4A and 49. RGB value is (237,74,73). Sum of RGB (Red+Green+Blue) = 237+74+73=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4A49 is #12B5B6. Grayscale: #7A7A7A. Windows color (decimal): -1226167 or 4803309. OLE color: 4803309.

HSL color Cylindrical-coordinate representation of color #ED4A49: hue angle of 0.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4A49 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 74 73 -
CMYK 0 0.69 0.69 0.07
HSL 0.37º 0.82% 0.61% -
HSV(B) 0.37º 0.69% 0.93% -
XYZ 38.58 23.38 8.78 -
YUV 122.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 237 74 73 0 0.69 0.69 0.07 0.37 0.82 0.61
Hex ED 4A 49 0 45 45 7 0 52 3D
Octal 355 112 111 0 105 105 7 0 122 75
Binary 11101101 1001010 1001001 0 1000101 1000101 111 0 1010010 111101

Color Harmonies of #ED4A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4A49

Black with #ED4A49

Text Example


Text Example

White with #ED4A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4A49; }

 p { color: rgb(237,74,73); }

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

background-color css

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

 a { background-color: rgb(237,74,73); }

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

border-color css

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

 span { border-color: rgb(237,74,73); }

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