Html Css Color HEX #ED6F01 Mango Tango

📋 copy color: '#ED6F01'

red 237 ◦ green 111 ◦ blue 1

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

Shades of Mango Tango #ED6F01

Tints of Mango Tango #ED6F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 67.91%
G = 31.81%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED6F01 (or 0xED6F01) is known color: Mango Tango. HEX triplet: ED, 6F and 01. RGB value is (237,111,1). Sum of RGB (Red+Green+Blue) = 237+111+1=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6F01 is #1290FE. Grayscale: #888888. Windows color (decimal): -1216767 or 94189. OLE color: 94189.

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

Color convert

RGB 237 111 1 -
CMYK 0 0.53 1.00 0.07
HSL 27.97º 0.99% 0.47% -
HSV(B) 27.97º 1% 0.93% -
XYZ 40.61 29.38 3.56 -
YUV 136.13 51.74 199.94 -
System Red Green Blue C M Y K H S L
Decimal 237 111 1 0 0.53 1.00 0.07 27.97 0.99 0.47
Hex ED 6F 1 0 35 64 7 1C 63 2F
Octal 355 157 1 0 65 144 7 34 143 57
Binary 11101101 1101111 1 0 110101 1100100 111 11100 1100011 101111

Color Harmonies of #ED6F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F01

Black with #ED6F01

Text Example


Text Example

White with #ED6F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F01; }

 p { color: rgb(237,111,1); }

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

background-color css

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

 a { background-color: rgb(237,111,1); }

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

border-color css

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

 span { border-color: rgb(237,111,1); }

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