Html Css Color HEX #ED5045 Sunset Orange

📋 copy color: '#ED5045'

red 237 ◦ green 80 ◦ blue 69

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

Shades of Sunset Orange #ED5045

Tints of Sunset Orange #ED5045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 61.4%
G = 20.73%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED5045 (or 0xED5045) is known color: Sunset Orange. HEX triplet: ED, 50 and 45. RGB value is (237,80,69). Sum of RGB (Red+Green+Blue) = 237+80+69=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5045 is #12AFBA. Grayscale: #7D7D7D. Windows color (decimal): -1224635 or 4542701. OLE color: 4542701.

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

Color convert

RGB 237 80 69 -
CMYK 0 0.66 0.71 0.07
HSL 3.93º 0.82% 0.6% -
HSV(B) 3.93º 0.71% 0.93% -
XYZ 38.87 24.17 8.25 -
YUV 125.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 237 80 69 0 0.66 0.71 0.07 3.93 0.82 0.6
Hex ED 50 45 0 42 47 7 4 52 3C
Octal 355 120 105 0 102 107 7 4 122 74
Binary 11101101 1010000 1000101 0 1000010 1000111 111 100 1010010 111100

Color Harmonies of #ED5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5045

Black with #ED5045

Text Example


Text Example

White with #ED5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5045; }

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

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

background-color css

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

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

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

border-color css

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

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

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