Html Css Color HEX #ED7A02 Mango Tango

📋 copy color: '#ED7A02'

red 237 ◦ green 122 ◦ blue 2

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

Shades of Mango Tango #ED7A02

Tints of Mango Tango #ED7A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

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

R = 65.65%
G = 33.8%
B = 0.55%

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

#ED7A02 (or 0xED7A02) is known color: Mango Tango. HEX triplet: ED, 7A and 02. RGB value is (237,122,2). Sum of RGB (Red+Green+Blue) = 237+122+2=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7A02 is #1285FD. Grayscale: #8F8F8F. Windows color (decimal): -1213950 or 162541. OLE color: 162541.

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

Color convert

RGB 237 122 2 -
CMYK 0 0.49 0.99 0.07
HSL 30.64º 0.98% 0.47% -
HSV(B) 30.64º 0.99% 0.93% -
XYZ 41.9 31.93 4.01 -
YUV 142.71 48.6 195.26 -
System Red Green Blue C M Y K H S L
Decimal 237 122 2 0 0.49 0.99 0.07 30.64 0.98 0.47
Hex ED 7A 2 0 31 63 7 1F 62 2F
Octal 355 172 2 0 61 143 7 37 142 57
Binary 11101101 1111010 10 0 110001 1100011 111 11111 1100010 101111

Color Harmonies of #ED7A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A02

Black with #ED7A02

Text Example


Text Example

White with #ED7A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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