Html Css Color HEX #ED8209 Tangerine

📋 copy color: '#ED8209'

red 237 ◦ green 130 ◦ blue 9

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

Shades of Tangerine #ED8209

Tints of Tangerine #ED8209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 63.03%
G = 34.57%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED8209 (or 0xED8209) is known color: Tangerine. HEX triplet: ED, 82 and 09. RGB value is (237,130,9). Sum of RGB (Red+Green+Blue) = 237+130+9=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8209 is #127DF6. Grayscale: #949494. Windows color (decimal): -1211895 or 623341. OLE color: 623341.

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

Color convert

RGB 237 130 9 -
CMYK 0 0.45 0.96 0.07
HSL 31.84º 0.93% 0.48% -
HSV(B) 31.84º 0.96% 0.93% -
XYZ 42.96 33.99 4.55 -
YUV 148.2 49.45 191.34 -
System Red Green Blue C M Y K H S L
Decimal 237 130 9 0 0.45 0.96 0.07 31.84 0.93 0.48
Hex ED 82 9 0 2D 60 7 20 5D 30
Octal 355 202 11 0 55 140 7 40 135 60
Binary 11101101 10000010 1001 0 101101 1100000 111 100000 1011101 110000

Color Harmonies of #ED8209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8209

Black with #ED8209

Text Example


Text Example

White with #ED8209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8209; }

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

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

background-color css

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

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

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

border-color css

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

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

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