Html Css Color HEX #EB820D Tangerine

📋 copy color: '#EB820D'

red 235 ◦ green 130 ◦ blue 13

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

Shades of Tangerine #EB820D

Tints of Tangerine #EB820D

RGB

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

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

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

R = 62.17%
G = 34.39%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB820D (or 0xEB820D) is known color: Tangerine. HEX triplet: EB, 82 and 0D. RGB value is (235,130,13). Sum of RGB (Red+Green+Blue) = 235+130+13=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB820D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB820D is #147DF2. Grayscale: #949494. Windows color (decimal): -1342963 or 885483. OLE color: 885483.

HSL color Cylindrical-coordinate representation of color #EB820D: hue angle of 31.62º 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 #EB820D is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 13 -
CMYK 0 0.45 0.94 0.08
HSL 31.62º 0.9% 0.49% -
HSV(B) 31.62º 0.94% 0.92% -
XYZ 42.32 33.66 4.65 -
YUV 148.06 51.79 190.01 -
System Red Green Blue C M Y K H S L
Decimal 235 130 13 0 0.45 0.94 0.08 31.62 0.9 0.49
Hex EB 82 D 0 2D 5E 8 20 5A 31
Octal 353 202 15 0 55 136 10 40 132 61
Binary 11101011 10000010 1101 0 101101 1011110 1000 100000 1011010 110001

Color Harmonies of #EB820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB820D

Black with #EB820D

Text Example


Text Example

White with #EB820D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB820D; }

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

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

background-color css

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

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

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

border-color css

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

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

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