Html Css Color HEX #ED6A08 Mango Tango

📋 copy color: '#ED6A08'

red 237 ◦ green 106 ◦ blue 8

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

Shades of Mango Tango #ED6A08

Tints of Mango Tango #ED6A08

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

 BLUE value IS 8 (3.52% from 255) = 2.28%

R = 67.52%
G = 30.2%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED6A08 (or 0xED6A08) is known color: Mango Tango. HEX triplet: ED, 6A and 08. RGB value is (237,106,8). Sum of RGB (Red+Green+Blue) = 237+106+8=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6A08 is #1295F7. Grayscale: #868686. Windows color (decimal): -1218040 or 551661. OLE color: 551661.

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

Color convert

RGB 237 106 8 -
CMYK 0 0.55 0.97 0.07
HSL 25.68º 0.93% 0.48% -
HSV(B) 25.68º 0.97% 0.93% -
XYZ 40.12 28.33 3.58 -
YUV 134 56.9 201.47 -
System Red Green Blue C M Y K H S L
Decimal 237 106 8 0 0.55 0.97 0.07 25.68 0.93 0.48
Hex ED 6A 8 0 37 61 7 1A 5D 30
Octal 355 152 10 0 67 141 7 32 135 60
Binary 11101101 1101010 1000 0 110111 1100001 111 11010 1011101 110000

Color Harmonies of #ED6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6A08

Black with #ED6A08

Text Example


Text Example

White with #ED6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6A08; }

 p { color: rgb(237,106,8); }

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

background-color css

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

 a { background-color: rgb(237,106,8); }

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

border-color css

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

 span { border-color: rgb(237,106,8); }

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