Html Css Color HEX #ED8205 Tangerine

📋 copy color: '#ED8205'

red 237 ◦ green 130 ◦ blue 5

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

Shades of Tangerine #ED8205

Tints of Tangerine #ED8205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 63.71%
G = 34.95%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED8205 (or 0xED8205) is known color: Tangerine. HEX triplet: ED, 82 and 05. RGB value is (237,130,5). Sum of RGB (Red+Green+Blue) = 237+130+5=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8205 is #127DFA. Grayscale: #949494. Windows color (decimal): -1211899 or 361197. OLE color: 361197.

HSL color Cylindrical-coordinate representation of color #ED8205: hue angle of 32.33º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED8205 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 130 5 -
CMYK 0 0.45 0.98 0.07
HSL 32.33º 0.96% 0.47% -
HSV(B) 32.33º 0.98% 0.93% -
XYZ 42.94 33.98 4.44 -
YUV 147.74 47.45 191.66 -
System Red Green Blue C M Y K H S L
Decimal 237 130 5 0 0.45 0.98 0.07 32.33 0.96 0.47
Hex ED 82 5 0 2D 62 7 20 60 2F
Octal 355 202 5 0 55 142 7 40 140 57
Binary 11101101 10000010 101 0 101101 1100010 111 100000 1100000 101111

Color Harmonies of #ED8205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8205

Black with #ED8205

Text Example


Text Example

White with #ED8205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8205; }

 p { color: rgb(237,130,5); }

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

background-color css

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

 a { background-color: rgb(237,130,5); }

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

border-color css

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

 span { border-color: rgb(237,130,5); }

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