Html Css Color HEX #ED8008 Tangerine

📋 copy color: '#ED8008'

red 237 ◦ green 128 ◦ blue 8

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

Shades of Tangerine #ED8008

Tints of Tangerine #ED8008

RGB

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

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

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

R = 63.54%
G = 34.32%
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

#ED8008 (or 0xED8008) is known color: Tangerine. HEX triplet: ED, 80 and 08. RGB value is (237,128,8). Sum of RGB (Red+Green+Blue) = 237+128+8=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8008 is #127FF7. Grayscale: #939393. Windows color (decimal): -1212408 or 557293. OLE color: 557293.

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

Color convert

RGB 237 128 8 -
CMYK 0 0.46 0.97 0.07
HSL 31.44º 0.93% 0.48% -
HSV(B) 31.44º 0.97% 0.93% -
XYZ 42.69 33.46 4.44 -
YUV 146.91 49.61 192.26 -
System Red Green Blue C M Y K H S L
Decimal 237 128 8 0 0.46 0.97 0.07 31.44 0.93 0.48
Hex ED 80 8 0 2E 61 7 1F 5D 30
Octal 355 200 10 0 56 141 7 37 135 60
Binary 11101101 10000000 1000 0 101110 1100001 111 11111 1011101 110000

Color Harmonies of #ED8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8008

Black with #ED8008

Text Example


Text Example

White with #ED8008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8008; }

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

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

background-color css

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

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

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

border-color css

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

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

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