Html Css Color HEX #ED7802 Mango Tango

📋 copy color: '#ED7802'

red 237 ◦ green 120 ◦ blue 2

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

Shades of Mango Tango #ED7802

Tints of Mango Tango #ED7802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

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

R = 66.02%
G = 33.43%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED7802 (or 0xED7802) is known color: Mango Tango. HEX triplet: ED, 78 and 02. RGB value is (237,120,2). Sum of RGB (Red+Green+Blue) = 237+120+2=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7802 is #1287FD. Grayscale: #8E8E8E. Windows color (decimal): -1214462 or 162029. OLE color: 162029.

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

Color convert

RGB 237 120 2 -
CMYK 0 0.49 0.99 0.07
HSL 30.13º 0.98% 0.47% -
HSV(B) 30.13º 0.99% 0.93% -
XYZ 41.65 31.44 3.93 -
YUV 141.53 49.26 196.09 -
System Red Green Blue C M Y K H S L
Decimal 237 120 2 0 0.49 0.99 0.07 30.13 0.98 0.47
Hex ED 78 2 0 31 63 7 1E 62 2F
Octal 355 170 2 0 61 143 7 36 142 57
Binary 11101101 1111000 10 0 110001 1100011 111 11110 1100010 101111

Color Harmonies of #ED7802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7802

Black with #ED7802

Text Example


Text Example

White with #ED7802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7802; }

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

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

background-color css

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

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

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

border-color css

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

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

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