Html Css Color HEX #ED504D Sunset Orange

📋 copy color: '#ED504D'

red 237 ◦ green 80 ◦ blue 77

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

Shades of Sunset Orange #ED504D

Tints of Sunset Orange #ED504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 60.15%
G = 20.3%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED504D (or 0xED504D) is known color: Sunset Orange. HEX triplet: ED, 50 and 4D. RGB value is (237,80,77). Sum of RGB (Red+Green+Blue) = 237+80+77=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED504D is #12AFB2. Grayscale: #7E7E7E. Windows color (decimal): -1224627 or 5066989. OLE color: 5066989.

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

Color convert

RGB 237 80 77 -
CMYK 0 0.66 0.68 0.07
HSL 1.13º 0.82% 0.62% -
HSV(B) 1.13º 0.68% 0.93% -
XYZ 39.13 24.28 9.64 -
YUV 126.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 237 80 77 0 0.66 0.68 0.07 1.13 0.82 0.62
Hex ED 50 4D 0 42 44 7 1 52 3E
Octal 355 120 115 0 102 104 7 1 122 76
Binary 11101101 1010000 1001101 0 1000010 1000100 111 1 1010010 111110

Color Harmonies of #ED504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED504D

Black with #ED504D

Text Example


Text Example

White with #ED504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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