Html Css Color HEX #ED690B Mango Tango

📋 copy color: '#ED690B'

red 237 ◦ green 105 ◦ blue 11

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

Shades of Mango Tango #ED690B

Tints of Mango Tango #ED690B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 67.14%
G = 29.75%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED690B (or 0xED690B) is known color: Mango Tango. HEX triplet: ED, 69 and 0B. RGB value is (237,105,11). Sum of RGB (Red+Green+Blue) = 237+105+11=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED690B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED690B is #1296F4. Grayscale: #868686. Windows color (decimal): -1218293 or 748013. OLE color: 748013.

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

Color convert

RGB 237 105 11 -
CMYK 0 0.56 0.95 0.07
HSL 24.96º 0.91% 0.49% -
HSV(B) 24.96º 0.95% 0.93% -
XYZ 40.04 28.13 3.64 -
YUV 133.75 58.73 201.64 -
System Red Green Blue C M Y K H S L
Decimal 237 105 11 0 0.56 0.95 0.07 24.96 0.91 0.49
Hex ED 69 B 0 38 5F 7 19 5B 31
Octal 355 151 13 0 70 137 7 31 133 61
Binary 11101101 1101001 1011 0 111000 1011111 111 11001 1011011 110001

Color Harmonies of #ED690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED690B

Black with #ED690B

Text Example


Text Example

White with #ED690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED690B; }

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

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

background-color css

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

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

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

border-color css

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

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

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