Html Css Color HEX #EB8203 Tangerine

📋 copy color: '#EB8203'

red 235 ◦ green 130 ◦ blue 3

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

Shades of Tangerine #EB8203

Tints of Tangerine #EB8203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 63.86%
G = 35.33%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB8203 (or 0xEB8203) is known color: Tangerine. HEX triplet: EB, 82 and 03. RGB value is (235,130,3). Sum of RGB (Red+Green+Blue) = 235+130+3=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8203 is #147DFC. Grayscale: #939393. Windows color (decimal): -1342973 or 230123. OLE color: 230123.

HSL color Cylindrical-coordinate representation of color #EB8203: hue angle of 32.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB8203 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 3 -
CMYK 0 0.45 0.99 0.08
HSL 32.84º 0.97% 0.47% -
HSV(B) 32.84º 0.99% 0.92% -
XYZ 42.26 33.63 4.35 -
YUV 146.92 46.79 190.83 -
System Red Green Blue C M Y K H S L
Decimal 235 130 3 0 0.45 0.99 0.08 32.84 0.97 0.47
Hex EB 82 3 0 2D 63 8 21 61 2F
Octal 353 202 3 0 55 143 10 41 141 57
Binary 11101011 10000010 11 0 101101 1100011 1000 100001 1100001 101111

Color Harmonies of #EB8203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8203

Black with #EB8203

Text Example


Text Example

White with #EB8203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8203; }

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

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

background-color css

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

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

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

border-color css

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

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

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