Html Css Color HEX #EB800D Tangerine

📋 copy color: '#EB800D'

red 235 ◦ green 128 ◦ blue 13

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

Shades of Tangerine #EB800D

Tints of Tangerine #EB800D

RGB

 RED value IS 235 (92.19% from 255) = 62.5%

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

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

R = 62.5%
G = 34.04%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB800D (or 0xEB800D) is known color: Tangerine. HEX triplet: EB, 80 and 0D. RGB value is (235,128,13). Sum of RGB (Red+Green+Blue) = 235+128+13=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB800D is #147FF2. Grayscale: #939393. Windows color (decimal): -1343475 or 884971. OLE color: 884971.

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

Color convert

RGB 235 128 13 -
CMYK 0 0.46 0.94 0.08
HSL 31.08º 0.9% 0.49% -
HSV(B) 31.08º 0.94% 0.92% -
XYZ 42.05 33.13 4.56 -
YUV 146.88 52.45 190.85 -
System Red Green Blue C M Y K H S L
Decimal 235 128 13 0 0.46 0.94 0.08 31.08 0.9 0.49
Hex EB 80 D 0 2E 5E 8 1F 5A 31
Octal 353 200 15 0 56 136 10 37 132 61
Binary 11101011 10000000 1101 0 101110 1011110 1000 11111 1011010 110001

Color Harmonies of #EB800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB800D

Black with #EB800D

Text Example


Text Example

White with #EB800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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