Html Css Color HEX #ED840A Tangerine

📋 copy color: '#ED840A'

red 237 ◦ green 132 ◦ blue 10

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

Shades of Tangerine #ED840A

Tints of Tangerine #ED840A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

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

R = 62.53%
G = 34.83%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED840A (or 0xED840A) is known color: Tangerine. HEX triplet: ED, 84 and 0A. RGB value is (237,132,10). Sum of RGB (Red+Green+Blue) = 237+132+10=379 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.53% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 237 - color contains mainly: red. Hex color #ED840A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED840A is #127BF5. Grayscale: #969696. Windows color (decimal): -1211382 or 689389. OLE color: 689389.

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

Color convert

RGB 237 132 10 -
CMYK 0 0.44 0.96 0.07
HSL 32.25º 0.92% 0.48% -
HSV(B) 32.25º 0.96% 0.93% -
XYZ 43.23 34.53 4.67 -
YUV 149.49 49.29 190.42 -
System Red Green Blue C M Y K H S L
Decimal 237 132 10 0 0.44 0.96 0.07 32.25 0.92 0.48
Hex ED 84 A 0 2C 60 7 20 5C 30
Octal 355 204 12 0 54 140 7 40 134 60
Binary 11101101 10000100 1010 0 101100 1100000 111 100000 1011100 110000

Color Harmonies of #ED840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED840A

Black with #ED840A

Text Example


Text Example

White with #ED840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED840A; }

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

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

background-color css

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

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

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

border-color css

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

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

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