Html Css Color HEX #ED7B0A Mango Tango

📋 copy color: '#ED7B0A'

red 237 ◦ green 123 ◦ blue 10

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

Shades of Mango Tango #ED7B0A

Tints of Mango Tango #ED7B0A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.24%

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 64.05%
G = 33.24%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED7B0A (or 0xED7B0A) is known color: Mango Tango. HEX triplet: ED, 7B and 0A. RGB value is (237,123,10). Sum of RGB (Red+Green+Blue) = 237+123+10=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7B0A is #1284F5. Grayscale: #909090. Windows color (decimal): -1213686 or 687085. OLE color: 687085.

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

Color convert

RGB 237 123 10 -
CMYK 0 0.48 0.96 0.07
HSL 29.87º 0.92% 0.48% -
HSV(B) 29.87º 0.96% 0.93% -
XYZ 42.06 32.19 4.28 -
YUV 144.2 52.27 194.19 -
System Red Green Blue C M Y K H S L
Decimal 237 123 10 0 0.48 0.96 0.07 29.87 0.92 0.48
Hex ED 7B A 0 30 60 7 1E 5C 30
Octal 355 173 12 0 60 140 7 36 134 60
Binary 11101101 1111011 1010 0 110000 1100000 111 11110 1011100 110000

Color Harmonies of #ED7B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B0A

Black with #ED7B0A

Text Example


Text Example

White with #ED7B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B0A; }

 p { color: rgb(237,123,10); }

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

background-color css

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

 a { background-color: rgb(237,123,10); }

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

border-color css

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

 span { border-color: rgb(237,123,10); }

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