Html Css Color HEX #ED542E Outrageous Orange

📋 copy color: '#ED542E'

red 237 ◦ green 84 ◦ blue 46

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

Shades of Outrageous Orange #ED542E

Tints of Outrageous Orange #ED542E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 64.58%
G = 22.89%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED542E (or 0xED542E) is known color: Outrageous Orange. HEX triplet: ED, 54 and 2E. RGB value is (237,84,46). Sum of RGB (Red+Green+Blue) = 237+84+46=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED542E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED542E is #12ABD1. Grayscale: #7D7D7D. Windows color (decimal): -1223634 or 3036397. OLE color: 3036397.

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

Color convert

RGB 237 84 46 -
CMYK 0 0.65 0.81 0.07
HSL 11.94º 0.84% 0.55% -
HSV(B) 11.94º 0.81% 0.93% -
XYZ 38.59 24.54 5.29 -
YUV 125.42 83.19 207.59 -
System Red Green Blue C M Y K H S L
Decimal 237 84 46 0 0.65 0.81 0.07 11.94 0.84 0.55
Hex ED 54 2E 0 41 51 7 C 54 37
Octal 355 124 56 0 101 121 7 14 124 67
Binary 11101101 1010100 101110 0 1000001 1010001 111 1100 1010100 110111

Color Harmonies of #ED542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED542E

Black with #ED542E

Text Example


Text Example

White with #ED542E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED542E; }

 p { color: rgb(237,84,46); }

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

background-color css

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

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

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

border-color css

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

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

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