Html Css Color HEX #ED8910 Tangerine

📋 copy color: '#ED8910'

red 237 ◦ green 137 ◦ blue 16

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

Shades of Tangerine #ED8910

Tints of Tangerine #ED8910

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 60.77%
G = 35.13%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED8910 (or 0xED8910) is known color: Tangerine. HEX triplet: ED, 89 and 10. RGB value is (237,137,16). Sum of RGB (Red+Green+Blue) = 237+137+16=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8910 is #1276EF. Grayscale: #999999. Windows color (decimal): -1210096 or 1083885. OLE color: 1083885.

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

Color convert

RGB 237 137 16 -
CMYK 0 0.42 0.93 0.07
HSL 32.85º 0.87% 0.5% -
HSV(B) 32.85º 0.93% 0.93% -
XYZ 43.96 35.93 5.11 -
YUV 153.11 50.63 187.84 -
System Red Green Blue C M Y K H S L
Decimal 237 137 16 0 0.42 0.93 0.07 32.85 0.87 0.5
Hex ED 89 10 0 2A 5D 7 21 57 32
Octal 355 211 20 0 52 135 7 41 127 62
Binary 11101101 10001001 10000 0 101010 1011101 111 100001 1010111 110010

Color Harmonies of #ED8910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8910

Black with #ED8910

Text Example


Text Example

White with #ED8910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8910; }

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

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

background-color css

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

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

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

border-color css

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

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

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