Html Css Color HEX #ED5541 Sunset Orange

📋 copy color: '#ED5541'

red 237 ◦ green 85 ◦ blue 65

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

Shades of Sunset Orange #ED5541

Tints of Sunset Orange #ED5541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 61.24%
G = 21.96%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED5541 (or 0xED5541) is known color: Sunset Orange. HEX triplet: ED, 55 and 41. RGB value is (237,85,65). Sum of RGB (Red+Green+Blue) = 237+85+65=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5541 is #12AABE. Grayscale: #808080. Windows color (decimal): -1223359 or 4281837. OLE color: 4281837.

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

Color convert

RGB 237 85 65 -
CMYK 0 0.64 0.73 0.07
HSL 6.98º 0.83% 0.59% -
HSV(B) 6.98º 0.73% 0.93% -
XYZ 39.13 24.88 7.74 -
YUV 128.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 237 85 65 0 0.64 0.73 0.07 6.98 0.83 0.59
Hex ED 55 41 0 40 49 7 7 53 3B
Octal 355 125 101 0 100 111 7 7 123 73
Binary 11101101 1010101 1000001 0 1000000 1001001 111 111 1010011 111011

Color Harmonies of #ED5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5541

Black with #ED5541

Text Example


Text Example

White with #ED5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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