Html Css Color HEX #ED8108 Tangerine

📋 copy color: '#ED8108'

red 237 ◦ green 129 ◦ blue 8

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

Shades of Tangerine #ED8108

Tints of Tangerine #ED8108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 63.37%
G = 34.49%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED8108 (or 0xED8108) is known color: Tangerine. HEX triplet: ED, 81 and 08. RGB value is (237,129,8). Sum of RGB (Red+Green+Blue) = 237+129+8=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8108 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8108 is #127EF7. Grayscale: #949494. Windows color (decimal): -1212152 or 557549. OLE color: 557549.

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

Color convert

RGB 237 129 8 -
CMYK 0 0.46 0.97 0.07
HSL 31.7º 0.93% 0.48% -
HSV(B) 31.7º 0.97% 0.93% -
XYZ 42.82 33.72 4.48 -
YUV 147.5 49.28 191.84 -
System Red Green Blue C M Y K H S L
Decimal 237 129 8 0 0.46 0.97 0.07 31.7 0.93 0.48
Hex ED 81 8 0 2E 61 7 20 5D 30
Octal 355 201 10 0 56 141 7 40 135 60
Binary 11101101 10000001 1000 0 101110 1100001 111 100000 1011101 110000

Color Harmonies of #ED8108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8108

Black with #ED8108

Text Example


Text Example

White with #ED8108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8108; }

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

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

background-color css

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

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

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

border-color css

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

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

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