Html Css Color HEX #ED8210 Tangerine

📋 copy color: '#ED8210'

red 237 ◦ green 130 ◦ blue 16

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

Shades of Tangerine #ED8210

Tints of Tangerine #ED8210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 61.88%
G = 33.94%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED8210 (or 0xED8210) is known color: Tangerine. HEX triplet: ED, 82 and 10. RGB value is (237,130,16). Sum of RGB (Red+Green+Blue) = 237+130+16=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8210 is #127DEF. Grayscale: #959595. Windows color (decimal): -1211888 or 1082093. OLE color: 1082093.

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

Color convert

RGB 237 130 16 -
CMYK 0 0.45 0.93 0.07
HSL 30.95º 0.87% 0.5% -
HSV(B) 30.95º 0.93% 0.93% -
XYZ 43 34.01 4.79 -
YUV 149 52.95 190.77 -
System Red Green Blue C M Y K H S L
Decimal 237 130 16 0 0.45 0.93 0.07 30.95 0.87 0.5
Hex ED 82 10 0 2D 5D 7 1F 57 32
Octal 355 202 20 0 55 135 7 37 127 62
Binary 11101101 10000010 10000 0 101101 1011101 111 11111 1010111 110010

Color Harmonies of #ED8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8210

Black with #ED8210

Text Example


Text Example

White with #ED8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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