Html Css Color HEX #ED8208 Tangerine

📋 copy color: '#ED8208'

red 237 ◦ green 130 ◦ blue 8

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

Shades of Tangerine #ED8208

Tints of Tangerine #ED8208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

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

R = 63.2%
G = 34.67%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED8208 (or 0xED8208) is known color: Tangerine. HEX triplet: ED, 82 and 08. RGB value is (237,130,8). Sum of RGB (Red+Green+Blue) = 237+130+8=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8208 is #127DF7. Grayscale: #949494. Windows color (decimal): -1211896 or 557805. OLE color: 557805.

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

Color convert

RGB 237 130 8 -
CMYK 0 0.45 0.97 0.07
HSL 31.97º 0.93% 0.48% -
HSV(B) 31.97º 0.97% 0.93% -
XYZ 42.95 33.99 4.53 -
YUV 148.09 48.95 191.42 -
System Red Green Blue C M Y K H S L
Decimal 237 130 8 0 0.45 0.97 0.07 31.97 0.93 0.48
Hex ED 82 8 0 2D 61 7 20 5D 30
Octal 355 202 10 0 55 141 7 40 135 60
Binary 11101101 10000010 1000 0 101101 1100001 111 100000 1011101 110000

Color Harmonies of #ED8208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8208

Black with #ED8208

Text Example


Text Example

White with #ED8208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8208; }

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

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

background-color css

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

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

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

border-color css

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

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

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