Html Css Color HEX #ED800C Tangerine

📋 copy color: '#ED800C'

red 237 ◦ green 128 ◦ blue 12

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

Shades of Tangerine #ED800C

Tints of Tangerine #ED800C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 62.86%
G = 33.95%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED800C (or 0xED800C) is known color: Tangerine. HEX triplet: ED, 80 and 0C. RGB value is (237,128,12). Sum of RGB (Red+Green+Blue) = 237+128+12=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED800C is #127FF3. Grayscale: #939393. Windows color (decimal): -1212404 or 819437. OLE color: 819437.

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

Color convert

RGB 237 128 12 -
CMYK 0 0.46 0.95 0.07
HSL 30.93º 0.9% 0.49% -
HSV(B) 30.93º 0.95% 0.93% -
XYZ 42.71 33.47 4.56 -
YUV 147.37 51.61 191.93 -
System Red Green Blue C M Y K H S L
Decimal 237 128 12 0 0.46 0.95 0.07 30.93 0.9 0.49
Hex ED 80 C 0 2E 5F 7 1F 5A 31
Octal 355 200 14 0 56 137 7 37 132 61
Binary 11101101 10000000 1100 0 101110 1011111 111 11111 1011010 110001

Color Harmonies of #ED800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED800C

Black with #ED800C

Text Example


Text Example

White with #ED800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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