Html Css Color HEX #ED4E40 Sunset Orange

📋 copy color: '#ED4E40'

red 237 ◦ green 78 ◦ blue 64

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

Shades of Sunset Orange #ED4E40

Tints of Sunset Orange #ED4E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 62.53%
G = 20.58%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED4E40 (or 0xED4E40) is known color: Sunset Orange. HEX triplet: ED, 4E and 40. RGB value is (237,78,64). Sum of RGB (Red+Green+Blue) = 237+78+64=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4E40 is #12B1BF. Grayscale: #7C7C7C. Windows color (decimal): -1225152 or 4214509. OLE color: 4214509.

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

Color convert

RGB 237 78 64 -
CMYK 0 0.67 0.73 0.07
HSL 4.86º 0.83% 0.59% -
HSV(B) 4.86º 0.73% 0.93% -
XYZ 38.57 23.82 7.42 -
YUV 123.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 237 78 64 0 0.67 0.73 0.07 4.86 0.83 0.59
Hex ED 4E 40 0 43 49 7 5 53 3B
Octal 355 116 100 0 103 111 7 5 123 73
Binary 11101101 1001110 1000000 0 1000011 1001001 111 101 1010011 111011

Color Harmonies of #ED4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E40

Black with #ED4E40

Text Example


Text Example

White with #ED4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E40; }

 p { color: rgb(237,78,64); }

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

background-color css

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

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

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

border-color css

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

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

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