Html Css Color HEX #ED8408 Tangerine

📋 copy color: '#ED8408'

red 237 ◦ green 132 ◦ blue 8

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

Shades of Tangerine #ED8408

Tints of Tangerine #ED8408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

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

R = 62.86%
G = 35.01%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED8408 (or 0xED8408) is known color: Tangerine. HEX triplet: ED, 84 and 08. RGB value is (237,132,8). Sum of RGB (Red+Green+Blue) = 237+132+8=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8408 is #127BF7. Grayscale: #959595. Windows color (decimal): -1211384 or 558317. OLE color: 558317.

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

Color convert

RGB 237 132 8 -
CMYK 0 0.44 0.97 0.07
HSL 32.49º 0.93% 0.48% -
HSV(B) 32.49º 0.97% 0.93% -
XYZ 43.22 34.52 4.62 -
YUV 149.26 48.29 190.58 -
System Red Green Blue C M Y K H S L
Decimal 237 132 8 0 0.44 0.97 0.07 32.49 0.93 0.48
Hex ED 84 8 0 2C 61 7 20 5D 30
Octal 355 204 10 0 54 141 7 40 135 60
Binary 11101101 10000100 1000 0 101100 1100001 111 100000 1011101 110000

Color Harmonies of #ED8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8408

Black with #ED8408

Text Example


Text Example

White with #ED8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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