Html Css Color HEX #ED5050 Sunset Orange

📋 copy color: '#ED5050'

red 237 ◦ green 80 ◦ blue 80

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

Shades of Sunset Orange #ED5050

Tints of Sunset Orange #ED5050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 59.7%
G = 20.15%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED5050 (or 0xED5050) is known color: Sunset Orange. HEX triplet: ED, 50 and 50. RGB value is (237,80,80). Sum of RGB (Red+Green+Blue) = 237+80+80=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5050 is #12AFAF. Grayscale: #7F7F7F. Windows color (decimal): -1224624 or 5263597. OLE color: 5263597.

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

Color convert

RGB 237 80 80 -
CMYK 0 0.66 0.66 0.07
HSL 0.81% 0.62% -
HSV(B) 0.66% 0.93% -
XYZ 39.24 24.32 10.22 -
YUV 126.94 101.51 206.5 -
System Red Green Blue C M Y K H S L
Decimal 237 80 80 0 0.66 0.66 0.07 0 0.81 0.62
Hex ED 50 50 0 42 42 7 0 51 3E
Octal 355 120 120 0 102 102 7 0 121 76
Binary 11101101 1010000 1010000 0 1000010 1000010 111 0 1010001 111110

Color Harmonies of #ED5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5050

Black with #ED5050

Text Example


Text Example

White with #ED5050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5050; }

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

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

background-color css

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

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

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

border-color css

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

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

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