Html Css Color HEX #ED5449 Sunset Orange

📋 copy color: '#ED5449'

red 237 ◦ green 84 ◦ blue 73

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

Shades of Sunset Orange #ED5449

Tints of Sunset Orange #ED5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.32%

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

R = 60.15%
G = 21.32%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED5449 (or 0xED5449) is known color: Sunset Orange. HEX triplet: ED, 54 and 49. RGB value is (237,84,73). Sum of RGB (Red+Green+Blue) = 237+84+73=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5449 is #12ABB6. Grayscale: #808080. Windows color (decimal): -1223607 or 4805869. OLE color: 4805869.

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

Color convert

RGB 237 84 73 -
CMYK 0 0.65 0.69 0.07
HSL 4.02º 0.82% 0.61% -
HSV(B) 4.02º 0.69% 0.93% -
XYZ 39.3 24.83 9.02 -
YUV 128.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 237 84 73 0 0.65 0.69 0.07 4.02 0.82 0.61
Hex ED 54 49 0 41 45 7 4 52 3D
Octal 355 124 111 0 101 105 7 4 122 75
Binary 11101101 1010100 1001001 0 1000001 1000101 111 100 1010010 111101

Color Harmonies of #ED5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5449

Black with #ED5449

Text Example


Text Example

White with #ED5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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