Html Css Color HEX #ED8000 Tangerine

📋 copy color: '#ED8000'

red 237 ◦ green 128 ◦ blue 0

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

Shades of Tangerine #ED8000

Tints of Tangerine #ED8000

RGB

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

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

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

R = 64.93%
G = 35.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED8000 (or 0xED8000) is known color: Tangerine. HEX triplet: ED, 80 and 00. RGB value is (237,128,0). Sum of RGB (Red+Green+Blue) = 237+128+0=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8000 is #127FFF. Grayscale: #929292. Windows color (decimal): -1212416 or 33005. OLE color: 33005.

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

Color convert

RGB 237 128 0 -
CMYK 0 0.46 1 0.07
HSL 32.41º 1% 0.46% -
HSV(B) 32.41º 1% 0.93% -
XYZ 42.64 33.44 4.21 -
YUV 146 45.61 192.91 -
System Red Green Blue C M Y K H S L
Decimal 237 128 0 0 0.46 1 0.07 32.41 1 0.46
Hex ED 80 0 0 2E 64 7 20 64 2E
Octal 355 200 0 0 56 144 7 40 144 56
Binary 11101101 10000000 0 0 101110 1100100 111 100000 1100100 101110

Color Harmonies of #ED8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8000

Black with #ED8000

Text Example


Text Example

White with #ED8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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