Html Css Color HEX #ED860A Tangerine

📋 copy color: '#ED860A'

red 237 ◦ green 134 ◦ blue 10

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

Shades of Tangerine #ED860A

Tints of Tangerine #ED860A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 62.2%
G = 35.17%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED860A (or 0xED860A) is known color: Tangerine. HEX triplet: ED, 86 and 0A. RGB value is (237,134,10). Sum of RGB (Red+Green+Blue) = 237+134+10=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED860A is #1279F5. Grayscale: #979797. Windows color (decimal): -1210870 or 689901. OLE color: 689901.

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

Color convert

RGB 237 134 10 -
CMYK 0 0.43 0.96 0.07
HSL 32.78º 0.92% 0.48% -
HSV(B) 32.78º 0.96% 0.93% -
XYZ 43.5 35.08 4.76 -
YUV 150.66 48.62 189.58 -
System Red Green Blue C M Y K H S L
Decimal 237 134 10 0 0.43 0.96 0.07 32.78 0.92 0.48
Hex ED 86 A 0 2B 60 7 21 5C 30
Octal 355 206 12 0 53 140 7 41 134 60
Binary 11101101 10000110 1010 0 101011 1100000 111 100001 1011100 110000

Color Harmonies of #ED860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED860A

Black with #ED860A

Text Example


Text Example

White with #ED860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED860A; }

 p { color: rgb(237,134,10); }

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

background-color css

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

 a { background-color: rgb(237,134,10); }

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

border-color css

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

 span { border-color: rgb(237,134,10); }

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