Html Css Color HEX #ED504A Sunset Orange

📋 copy color: '#ED504A'

red 237 ◦ green 80 ◦ blue 74

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

Shades of Sunset Orange #ED504A

Tints of Sunset Orange #ED504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 60.61%
G = 20.46%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED504A (or 0xED504A) is known color: Sunset Orange. HEX triplet: ED, 50 and 4A. RGB value is (237,80,74). Sum of RGB (Red+Green+Blue) = 237+80+74=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED504A is #12AFB5. Grayscale: #7E7E7E. Windows color (decimal): -1224630 or 4870381. OLE color: 4870381.

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

Color convert

RGB 237 80 74 -
CMYK 0 0.66 0.69 0.07
HSL 2.21º 0.82% 0.61% -
HSV(B) 2.21º 0.69% 0.93% -
XYZ 39.03 24.24 9.1 -
YUV 126.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 237 80 74 0 0.66 0.69 0.07 2.21 0.82 0.61
Hex ED 50 4A 0 42 45 7 2 52 3D
Octal 355 120 112 0 102 105 7 2 122 75
Binary 11101101 1010000 1001010 0 1000010 1000101 111 10 1010010 111101

Color Harmonies of #ED504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED504A

Black with #ED504A

Text Example


Text Example

White with #ED504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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