Html Css Color HEX #ED5625 Outrageous Orange

📋 copy color: '#ED5625'

red 237 ◦ green 86 ◦ blue 37

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

Shades of Outrageous Orange #ED5625

Tints of Outrageous Orange #ED5625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 65.83%
G = 23.89%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED5625 (or 0xED5625) is known color: Outrageous Orange. HEX triplet: ED, 56 and 25. RGB value is (237,86,37). Sum of RGB (Red+Green+Blue) = 237+86+37=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5625 is #12A9DA. Grayscale: #7D7D7D. Windows color (decimal): -1223131 or 2447085. OLE color: 2447085.

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

Color convert

RGB 237 86 37 -
CMYK 0 0.64 0.84 0.07
HSL 14.7º 0.85% 0.54% -
HSV(B) 14.7º 0.84% 0.93% -
XYZ 38.59 24.79 4.5 -
YUV 125.56 78.03 207.48 -
System Red Green Blue C M Y K H S L
Decimal 237 86 37 0 0.64 0.84 0.07 14.7 0.85 0.54
Hex ED 56 25 0 40 54 7 F 55 36
Octal 355 126 45 0 100 124 7 17 125 66
Binary 11101101 1010110 100101 0 1000000 1010100 111 1111 1010101 110110

Color Harmonies of #ED5625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5625

Black with #ED5625

Text Example


Text Example

White with #ED5625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5625; }

 p { color: rgb(237,86,37); }

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

background-color css

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

 a { background-color: rgb(237,86,37); }

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

border-color css

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

 span { border-color: rgb(237,86,37); }

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