Html Css Color HEX #EB8A0D Tangerine

📋 copy color: '#EB8A0D'

red 235 ◦ green 138 ◦ blue 13

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

Shades of Tangerine #EB8A0D

Tints of Tangerine #EB8A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.75%

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

R = 60.88%
G = 35.75%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB8A0D (or 0xEB8A0D) is known color: Tangerine. HEX triplet: EB, 8A and 0D. RGB value is (235,138,13). Sum of RGB (Red+Green+Blue) = 235+138+13=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8A0D is #1475F2. Grayscale: #999999. Windows color (decimal): -1340915 or 887531. OLE color: 887531.

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

Color convert

RGB 235 138 13 -
CMYK 0 0.41 0.94 0.08
HSL 33.78º 0.9% 0.49% -
HSV(B) 33.78º 0.94% 0.92% -
XYZ 43.42 35.87 5.02 -
YUV 152.75 49.14 186.66 -
System Red Green Blue C M Y K H S L
Decimal 235 138 13 0 0.41 0.94 0.08 33.78 0.9 0.49
Hex EB 8A D 0 29 5E 8 22 5A 31
Octal 353 212 15 0 51 136 10 42 132 61
Binary 11101011 10001010 1101 0 101001 1011110 1000 100010 1011010 110001

Color Harmonies of #EB8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A0D

Black with #EB8A0D

Text Example


Text Example

White with #EB8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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