Html Css Color HEX #ED820F Tangerine

📋 copy color: '#ED820F'

red 237 ◦ green 130 ◦ blue 15

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

Shades of Tangerine #ED820F

Tints of Tangerine #ED820F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.93%

R = 62.04%
G = 34.03%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED820F (or 0xED820F) is known color: Tangerine. HEX triplet: ED, 82 and 0F. RGB value is (237,130,15). Sum of RGB (Red+Green+Blue) = 237+130+15=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED820F is #127DF0. Grayscale: #959595. Windows color (decimal): -1211889 or 1016557. OLE color: 1016557.

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

Color convert

RGB 237 130 15 -
CMYK 0 0.45 0.94 0.07
HSL 31.08º 0.88% 0.49% -
HSV(B) 31.08º 0.94% 0.93% -
XYZ 42.99 34 4.75 -
YUV 148.88 52.45 190.85 -
System Red Green Blue C M Y K H S L
Decimal 237 130 15 0 0.45 0.94 0.07 31.08 0.88 0.49
Hex ED 82 F 0 2D 5E 7 1F 58 31
Octal 355 202 17 0 55 136 7 37 130 61
Binary 11101101 10000010 1111 0 101101 1011110 111 11111 1011000 110001

Color Harmonies of #ED820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED820F

Black with #ED820F

Text Example


Text Example

White with #ED820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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