Html Css Color HEX #ED6708 Mango Tango

📋 copy color: '#ED6708'

red 237 ◦ green 103 ◦ blue 8

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

Shades of Mango Tango #ED6708

Tints of Mango Tango #ED6708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 68.1%
G = 29.6%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED6708 (or 0xED6708) is known color: Mango Tango. HEX triplet: ED, 67 and 08. RGB value is (237,103,8). Sum of RGB (Red+Green+Blue) = 237+103+8=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6708 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6708 is #1298F7. Grayscale: #848484. Windows color (decimal): -1218808 or 550893. OLE color: 550893.

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

Color convert

RGB 237 103 8 -
CMYK 0 0.57 0.97 0.07
HSL 24.89º 0.93% 0.48% -
HSV(B) 24.89º 0.97% 0.93% -
XYZ 39.82 27.72 3.48 -
YUV 132.24 57.89 202.72 -
System Red Green Blue C M Y K H S L
Decimal 237 103 8 0 0.57 0.97 0.07 24.89 0.93 0.48
Hex ED 67 8 0 39 61 7 19 5D 30
Octal 355 147 10 0 71 141 7 31 135 60
Binary 11101101 1100111 1000 0 111001 1100001 111 11001 1011101 110000

Color Harmonies of #ED6708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6708

Black with #ED6708

Text Example


Text Example

White with #ED6708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6708; }

 p { color: rgb(237,103,8); }

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

background-color css

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

 a { background-color: rgb(237,103,8); }

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

border-color css

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

 span { border-color: rgb(237,103,8); }

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