Html Css Color HEX #ED7002 Mango Tango

📋 copy color: '#ED7002'

red 237 ◦ green 112 ◦ blue 2

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

Shades of Mango Tango #ED7002

Tints of Mango Tango #ED7002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

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

R = 67.52%
G = 31.91%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED7002 (or 0xED7002) is known color: Mango Tango. HEX triplet: ED, 70 and 02. RGB value is (237,112,2). Sum of RGB (Red+Green+Blue) = 237+112+2=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7002 is #128FFD. Grayscale: #898989. Windows color (decimal): -1216510 or 159981. OLE color: 159981.

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

Color convert

RGB 237 112 2 -
CMYK 0 0.53 0.99 0.07
HSL 28.09º 0.98% 0.47% -
HSV(B) 28.09º 0.99% 0.93% -
XYZ 40.73 29.6 3.62 -
YUV 136.84 51.91 199.44 -
System Red Green Blue C M Y K H S L
Decimal 237 112 2 0 0.53 0.99 0.07 28.09 0.98 0.47
Hex ED 70 2 0 35 63 7 1C 62 2F
Octal 355 160 2 0 65 143 7 34 142 57
Binary 11101101 1110000 10 0 110101 1100011 111 11100 1100010 101111

Color Harmonies of #ED7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7002

Black with #ED7002

Text Example


Text Example

White with #ED7002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7002; }

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

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

background-color css

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

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

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

border-color css

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

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

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