Html Css Color HEX #ED6900 Mango Tango

📋 copy color: '#ED6900'

red 237 ◦ green 105 ◦ blue 0

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

Shades of Mango Tango #ED6900

Tints of Mango Tango #ED6900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.3%
G = 30.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED6900 (or 0xED6900) is known color: Mango Tango. HEX triplet: ED, 69 and 00. RGB value is (237,105,0). Sum of RGB (Red+Green+Blue) = 237+105+0=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6900 is #1296FF. Grayscale: #858585. Windows color (decimal): -1218304 or 27117. OLE color: 27117.

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

Color convert

RGB 237 105 0 -
CMYK 0 0.56 1 0.07
HSL 26.58º 1% 0.46% -
HSV(B) 26.58º 1% 0.93% -
XYZ 39.98 28.11 3.32 -
YUV 132.5 53.23 202.54 -
System Red Green Blue C M Y K H S L
Decimal 237 105 0 0 0.56 1 0.07 26.58 1 0.46
Hex ED 69 0 0 38 64 7 1B 64 2E
Octal 355 151 0 0 70 144 7 33 144 56
Binary 11101101 1101001 0 0 111000 1100100 111 11011 1100100 101110

Color Harmonies of #ED6900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6900

Black with #ED6900

Text Example


Text Example

White with #ED6900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6900; }

 p { color: rgb(237,105,0); }

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

background-color css

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

 a { background-color: rgb(237,105,0); }

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

border-color css

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

 span { border-color: rgb(237,105,0); }

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