Html Css Color HEX #ED8013 Tangerine

📋 copy color: '#ED8013'

red 237 ◦ green 128 ◦ blue 19

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

Shades of Tangerine #ED8013

Tints of Tangerine #ED8013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 61.72%
G = 33.33%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED8013 (or 0xED8013) is known color: Tangerine. HEX triplet: ED, 80 and 13. RGB value is (237,128,19). Sum of RGB (Red+Green+Blue) = 237+128+19=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8013 is #127FEC. Grayscale: #949494. Windows color (decimal): -1212397 or 1278189. OLE color: 1278189.

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

Color convert

RGB 237 128 19 -
CMYK 0 0.46 0.92 0.07
HSL 30º 0.86% 0.5% -
HSV(B) 30º 0.92% 0.93% -
XYZ 42.76 33.49 4.83 -
YUV 148.17 55.11 191.36 -
System Red Green Blue C M Y K H S L
Decimal 237 128 19 0 0.46 0.92 0.07 30 0.86 0.5
Hex ED 80 13 0 2E 5C 7 1E 56 32
Octal 355 200 23 0 56 134 7 36 126 62
Binary 11101101 10000000 10011 0 101110 1011100 111 11110 1010110 110010

Color Harmonies of #ED8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8013

Black with #ED8013

Text Example


Text Example

White with #ED8013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8013; }

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

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

background-color css

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

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

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

border-color css

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

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

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