Html Css Color HEX #EB8C0A Tangerine

📋 copy color: '#EB8C0A'

red 235 ◦ green 140 ◦ blue 10

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

Shades of Tangerine #EB8C0A

Tints of Tangerine #EB8C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

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

R = 61.04%
G = 36.36%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB8C0A (or 0xEB8C0A) is known color: Tangerine. HEX triplet: EB, 8C and 0A. RGB value is (235,140,10). Sum of RGB (Red+Green+Blue) = 235+140+10=385 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.04% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8C0A is #1473F5. Grayscale: #9A9A9A. Windows color (decimal): -1340406 or 691435. OLE color: 691435.

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

Color convert

RGB 235 140 10 -
CMYK 0 0.40 0.96 0.08
HSL 34.67º 0.92% 0.48% -
HSV(B) 34.67º 0.96% 0.92% -
XYZ 43.69 36.44 5.02 -
YUV 153.59 46.97 186.07 -
System Red Green Blue C M Y K H S L
Decimal 235 140 10 0 0.40 0.96 0.08 34.67 0.92 0.48
Hex EB 8C A 0 28 60 8 23 5C 30
Octal 353 214 12 0 50 140 10 43 134 60
Binary 11101011 10001100 1010 0 101000 1100000 1000 100011 1011100 110000

Color Harmonies of #EB8C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C0A

Black with #EB8C0A

Text Example


Text Example

White with #EB8C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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