Html Css Color HEX #EB800A Tangerine

📋 copy color: '#EB800A'

red 235 ◦ green 128 ◦ blue 10

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

Shades of Tangerine #EB800A

Tints of Tangerine #EB800A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 63%
G = 34.32%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB800A (or 0xEB800A) is known color: Tangerine. HEX triplet: EB, 80 and 0A. RGB value is (235,128,10). Sum of RGB (Red+Green+Blue) = 235+128+10=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB800A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB800A is #147FF5. Grayscale: #939393. Windows color (decimal): -1343478 or 688363. OLE color: 688363.

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

Color convert

RGB 235 128 10 -
CMYK 0 0.46 0.96 0.08
HSL 31.47º 0.92% 0.48% -
HSV(B) 31.47º 0.96% 0.92% -
XYZ 42.03 33.12 4.46 -
YUV 146.54 50.95 191.09 -
System Red Green Blue C M Y K H S L
Decimal 235 128 10 0 0.46 0.96 0.08 31.47 0.92 0.48
Hex EB 80 A 0 2E 60 8 1F 5C 30
Octal 353 200 12 0 56 140 10 37 134 60
Binary 11101011 10000000 1010 0 101110 1100000 1000 11111 1011100 110000

Color Harmonies of #EB800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB800A

Black with #EB800A

Text Example


Text Example

White with #EB800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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