Html Css Color HEX #ED8100 Tangerine

📋 copy color: '#ED8100'

red 237 ◦ green 129 ◦ blue 0

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

Shades of Tangerine #ED8100

Tints of Tangerine #ED8100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 64.75%
G = 35.25%
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

#ED8100 (or 0xED8100) is known color: Tangerine. HEX triplet: ED, 81 and 00. RGB value is (237,129,0). Sum of RGB (Red+Green+Blue) = 237+129+0=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8100 is #127EFF. Grayscale: #939393. Windows color (decimal): -1212160 or 33261. OLE color: 33261.

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

Color convert

RGB 237 129 0 -
CMYK 0 0.46 1 0.07
HSL 32.66º 1% 0.46% -
HSV(B) 32.66º 1% 0.93% -
XYZ 42.78 33.71 4.25 -
YUV 146.59 45.28 192.49 -
System Red Green Blue C M Y K H S L
Decimal 237 129 0 0 0.46 1 0.07 32.66 1 0.46
Hex ED 81 0 0 2E 64 7 21 64 2E
Octal 355 201 0 0 56 144 7 41 144 56
Binary 11101101 10000001 0 0 101110 1100100 111 100001 1100100 101110

Color Harmonies of #ED8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8100

Black with #ED8100

Text Example


Text Example

White with #ED8100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8100; }

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

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

background-color css

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

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

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

border-color css

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

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

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