Html Css Color HEX #ED5545 Sunset Orange

📋 copy color: '#ED5545'

red 237 ◦ green 85 ◦ blue 69

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

Shades of Sunset Orange #ED5545

Tints of Sunset Orange #ED5545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.74%

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 60.61%
G = 21.74%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED5545 (or 0xED5545) is known color: Sunset Orange. HEX triplet: ED, 55 and 45. RGB value is (237,85,69). Sum of RGB (Red+Green+Blue) = 237+85+69=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5545 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5545 is #12AABA. Grayscale: #808080. Windows color (decimal): -1223355 or 4543981. OLE color: 4543981.

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

Color convert

RGB 237 85 69 -
CMYK 0 0.64 0.71 0.07
HSL 5.71º 0.82% 0.6% -
HSV(B) 5.71º 0.71% 0.93% -
XYZ 39.25 24.93 8.37 -
YUV 128.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 237 85 69 0 0.64 0.71 0.07 5.71 0.82 0.6
Hex ED 55 45 0 40 47 7 6 52 3C
Octal 355 125 105 0 100 107 7 6 122 74
Binary 11101101 1010101 1000101 0 1000000 1000111 111 110 1010010 111100

Color Harmonies of #ED5545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5545

Black with #ED5545

Text Example


Text Example

White with #ED5545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5545; }

 p { color: rgb(237,85,69); }

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

background-color css

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

 a { background-color: rgb(237,85,69); }

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

border-color css

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

 span { border-color: rgb(237,85,69); }

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