Html Css Color HEX #ED8010 Tangerine

📋 copy color: '#ED8010'

red 237 ◦ green 128 ◦ blue 16

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

Shades of Tangerine #ED8010

Tints of Tangerine #ED8010

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.6%

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

R = 62.2%
G = 33.6%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED8010 (or 0xED8010) is known color: Tangerine. HEX triplet: ED, 80 and 10. RGB value is (237,128,16). Sum of RGB (Red+Green+Blue) = 237+128+16=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8010 is #127FEF. Grayscale: #949494. Windows color (decimal): -1212400 or 1081581. OLE color: 1081581.

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

Color convert

RGB 237 128 16 -
CMYK 0 0.46 0.93 0.07
HSL 30.41º 0.87% 0.5% -
HSV(B) 30.41º 0.93% 0.93% -
XYZ 42.74 33.48 4.7 -
YUV 147.82 53.61 191.61 -
System Red Green Blue C M Y K H S L
Decimal 237 128 16 0 0.46 0.93 0.07 30.41 0.87 0.5
Hex ED 80 10 0 2E 5D 7 1E 57 32
Octal 355 200 20 0 56 135 7 36 127 62
Binary 11101101 10000000 10000 0 101110 1011101 111 11110 1010111 110010

Color Harmonies of #ED8010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8010

Black with #ED8010

Text Example


Text Example

White with #ED8010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8010; }

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

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

background-color css

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

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

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

border-color css

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

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

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