Html Css Color HEX #ED6130 Outrageous Orange

📋 copy color: '#ED6130'

red 237 ◦ green 97 ◦ blue 48

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

Shades of Outrageous Orange #ED6130

Tints of Outrageous Orange #ED6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 62.04%
G = 25.39%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED6130 (or 0xED6130) is known color: Outrageous Orange. HEX triplet: ED, 61 and 30. RGB value is (237,97,48). Sum of RGB (Red+Green+Blue) = 237+97+48=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6130 is #129ECF. Grayscale: #858585. Windows color (decimal): -1220304 or 3170797. OLE color: 3170797.

HSL color Cylindrical-coordinate representation of color #ED6130: hue angle of 15.56º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED6130 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 48 -
CMYK 0 0.59 0.80 0.07
HSL 15.56º 0.84% 0.56% -
HSV(B) 15.56º 0.8% 0.93% -
XYZ 39.73 26.77 5.87 -
YUV 133.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 237 97 48 0 0.59 0.80 0.07 15.56 0.84 0.56
Hex ED 61 30 0 3B 50 7 10 54 38
Octal 355 141 60 0 73 120 7 20 124 70
Binary 11101101 1100001 110000 0 111011 1010000 111 10000 1010100 111000

Color Harmonies of #ED6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6130

Black with #ED6130

Text Example


Text Example

White with #ED6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6130; }

 p { color: rgb(237,97,48); }

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

background-color css

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

 a { background-color: rgb(237,97,48); }

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

border-color css

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

 span { border-color: rgb(237,97,48); }

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