Html Css Color HEX #ED6802 Mango Tango

📋 copy color: '#ED6802'

red 237 ◦ green 104 ◦ blue 2

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

Shades of Mango Tango #ED6802

Tints of Mango Tango #ED6802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 69.1%
G = 30.32%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED6802 (or 0xED6802) is known color: Mango Tango. HEX triplet: ED, 68 and 02. RGB value is (237,104,2). Sum of RGB (Red+Green+Blue) = 237+104+2=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6802 is #1297FD. Grayscale: #848484. Windows color (decimal): -1218558 or 157933. OLE color: 157933.

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

Color convert

RGB 237 104 2 -
CMYK 0 0.56 0.99 0.07
HSL 26.04º 0.98% 0.47% -
HSV(B) 26.04º 0.99% 0.93% -
XYZ 39.89 27.91 3.34 -
YUV 132.14 54.56 202.79 -
System Red Green Blue C M Y K H S L
Decimal 237 104 2 0 0.56 0.99 0.07 26.04 0.98 0.47
Hex ED 68 2 0 38 63 7 1A 62 2F
Octal 355 150 2 0 70 143 7 32 142 57
Binary 11101101 1101000 10 0 111000 1100011 111 11010 1100010 101111

Color Harmonies of #ED6802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6802

Black with #ED6802

Text Example


Text Example

White with #ED6802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6802; }

 p { color: rgb(237,104,2); }

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

background-color css

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

 a { background-color: rgb(237,104,2); }

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

border-color css

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

 span { border-color: rgb(237,104,2); }

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