Html Css Color HEX #ED800D Tangerine

📋 copy color: '#ED800D'

red 237 ◦ green 128 ◦ blue 13

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

Shades of Tangerine #ED800D

Tints of Tangerine #ED800D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 62.7%
G = 33.86%
B = 3.44%

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

#ED800D (or 0xED800D) is known color: Tangerine. HEX triplet: ED, 80 and 0D. RGB value is (237,128,13). Sum of RGB (Red+Green+Blue) = 237+128+13=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED800D is #127FF2. Grayscale: #949494. Windows color (decimal): -1212403 or 884973. OLE color: 884973.

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

Color convert

RGB 237 128 13 -
CMYK 0 0.46 0.95 0.07
HSL 30.8º 0.9% 0.49% -
HSV(B) 30.8º 0.95% 0.93% -
XYZ 42.72 33.47 4.59 -
YUV 147.48 52.11 191.85 -
System Red Green Blue C M Y K H S L
Decimal 237 128 13 0 0.46 0.95 0.07 30.8 0.9 0.49
Hex ED 80 D 0 2E 5F 7 1F 5A 31
Octal 355 200 15 0 56 137 7 37 132 61
Binary 11101101 10000000 1101 0 101110 1011111 111 11111 1011010 110001

Color Harmonies of #ED800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED800D

Black with #ED800D

Text Example


Text Example

White with #ED800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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