Html Css Color HEX #ED6129 Outrageous Orange

📋 copy color: '#ED6129'

red 237 ◦ green 97 ◦ blue 41

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

Shades of Outrageous Orange #ED6129

Tints of Outrageous Orange #ED6129

RGB

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

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

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

R = 63.2%
G = 25.87%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED6129 (or 0xED6129) is known color: Outrageous Orange. HEX triplet: ED, 61 and 29. RGB value is (237,97,41). Sum of RGB (Red+Green+Blue) = 237+97+41=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6129 is #129ED6. Grayscale: #848484. Windows color (decimal): -1220311 or 2712045. OLE color: 2712045.

HSL color Cylindrical-coordinate representation of color #ED6129: hue angle of 17.14º 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 #ED6129 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 41 -
CMYK 0 0.59 0.83 0.07
HSL 17.14º 0.84% 0.55% -
HSV(B) 17.14º 0.83% 0.93% -
XYZ 39.6 26.71 5.17 -
YUV 132.48 76.38 202.55 -
System Red Green Blue C M Y K H S L
Decimal 237 97 41 0 0.59 0.83 0.07 17.14 0.84 0.55
Hex ED 61 29 0 3B 53 7 11 54 37
Octal 355 141 51 0 73 123 7 21 124 67
Binary 11101101 1100001 101001 0 111011 1010011 111 10001 1010100 110111

Color Harmonies of #ED6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6129

Black with #ED6129

Text Example


Text Example

White with #ED6129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6129; }

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

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

background-color css

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

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

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

border-color css

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

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

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