Html Css Color HEX #ED8810 Tangerine

📋 copy color: '#ED8810'

red 237 ◦ green 136 ◦ blue 16

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

Shades of Tangerine #ED8810

Tints of Tangerine #ED8810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

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

R = 60.93%
G = 34.96%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED8810 (or 0xED8810) is known color: Tangerine. HEX triplet: ED, 88 and 10. RGB value is (237,136,16). Sum of RGB (Red+Green+Blue) = 237+136+16=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8810 is #1277EF. Grayscale: #999999. Windows color (decimal): -1210352 or 1083629. OLE color: 1083629.

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

Color convert

RGB 237 136 16 -
CMYK 0 0.43 0.93 0.07
HSL 32.58º 0.87% 0.5% -
HSV(B) 32.58º 0.93% 0.93% -
XYZ 43.82 35.65 5.06 -
YUV 152.52 50.96 188.26 -
System Red Green Blue C M Y K H S L
Decimal 237 136 16 0 0.43 0.93 0.07 32.58 0.87 0.5
Hex ED 88 10 0 2B 5D 7 21 57 32
Octal 355 210 20 0 53 135 7 41 127 62
Binary 11101101 10001000 10000 0 101011 1011101 111 100001 1010111 110010

Color Harmonies of #ED8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8810

Black with #ED8810

Text Example


Text Example

White with #ED8810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8810; }

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

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

background-color css

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

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

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

border-color css

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

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

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