Html Css Color HEX #ED504F Sunset Orange

📋 copy color: '#ED504F'

red 237 ◦ green 80 ◦ blue 79

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

Shades of Sunset Orange #ED504F

Tints of Sunset Orange #ED504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 59.85%
G = 20.2%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED504F (or 0xED504F) is known color: Sunset Orange. HEX triplet: ED, 50 and 4F. RGB value is (237,80,79). Sum of RGB (Red+Green+Blue) = 237+80+79=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED504F is #12AFB0. Grayscale: #7E7E7E. Windows color (decimal): -1224625 or 5198061. OLE color: 5198061.

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

Color convert

RGB 237 80 79 -
CMYK 0 0.66 0.67 0.07
HSL 0.38º 0.81% 0.62% -
HSV(B) 0.38º 0.67% 0.93% -
XYZ 39.21 24.31 10.02 -
YUV 126.83 101.01 206.58 -
System Red Green Blue C M Y K H S L
Decimal 237 80 79 0 0.66 0.67 0.07 0.38 0.81 0.62
Hex ED 50 4F 0 42 43 7 0 51 3E
Octal 355 120 117 0 102 103 7 0 121 76
Binary 11101101 1010000 1001111 0 1000010 1000011 111 0 1010001 111110

Color Harmonies of #ED504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED504F

Black with #ED504F

Text Example


Text Example

White with #ED504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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