Html Css Color HEX #ED8600 Tangerine

📋 copy color: '#ED8600'

red 237 ◦ green 134 ◦ blue 0

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

Shades of Tangerine #ED8600

Tints of Tangerine #ED8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.88%
G = 36.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED8600 (or 0xED8600) is known color: Tangerine. HEX triplet: ED, 86 and 00. RGB value is (237,134,0). Sum of RGB (Red+Green+Blue) = 237+134+0=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8600 is #1279FF. Grayscale: #969696. Windows color (decimal): -1210880 or 34541. OLE color: 34541.

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

Color convert

RGB 237 134 0 -
CMYK 0 0.43 1 0.07
HSL 33.92º 1% 0.46% -
HSV(B) 33.92º 1% 0.93% -
XYZ 43.45 35.05 4.48 -
YUV 149.52 43.62 190.4 -
System Red Green Blue C M Y K H S L
Decimal 237 134 0 0 0.43 1 0.07 33.92 1 0.46
Hex ED 86 0 0 2B 64 7 22 64 2E
Octal 355 206 0 0 53 144 7 42 144 56
Binary 11101101 10000110 0 0 101011 1100100 111 100010 1100100 101110

Color Harmonies of #ED8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8600

Black with #ED8600

Text Example


Text Example

White with #ED8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8600; }

 p { color: rgb(237,134,0); }

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

background-color css

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

 a { background-color: rgb(237,134,0); }

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

border-color css

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

 span { border-color: rgb(237,134,0); }

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