Html Css Color HEX #ED5429 Outrageous Orange

📋 copy color: '#ED5429'

red 237 ◦ green 84 ◦ blue 41

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

Shades of Outrageous Orange #ED5429

Tints of Outrageous Orange #ED5429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.33%

R = 65.47%
G = 23.2%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED5429 (or 0xED5429) is known color: Outrageous Orange. HEX triplet: ED, 54 and 29. RGB value is (237,84,41). Sum of RGB (Red+Green+Blue) = 237+84+41=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 41 (16.41% from 255 or 11.33% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5429 is #12ABD6. Grayscale: #7D7D7D. Windows color (decimal): -1223639 or 2708717. OLE color: 2708717.

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

Color convert

RGB 237 84 41 -
CMYK 0 0.65 0.83 0.07
HSL 13.16º 0.84% 0.55% -
HSV(B) 13.16º 0.83% 0.93% -
XYZ 38.5 24.51 4.8 -
YUV 124.85 80.69 208 -
System Red Green Blue C M Y K H S L
Decimal 237 84 41 0 0.65 0.83 0.07 13.16 0.84 0.55
Hex ED 54 29 0 41 53 7 D 54 37
Octal 355 124 51 0 101 123 7 15 124 67
Binary 11101101 1010100 101001 0 1000001 1010011 111 1101 1010100 110111

Color Harmonies of #ED5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5429

Black with #ED5429

Text Example


Text Example

White with #ED5429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5429; }

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

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

background-color css

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

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

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

border-color css

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

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

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