Html Css Color HEX #EB8C07 Tangerine

📋 copy color: '#EB8C07'

red 235 ◦ green 140 ◦ blue 7

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

Shades of Tangerine #EB8C07

Tints of Tangerine #EB8C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 61.52%
G = 36.65%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB8C07 (or 0xEB8C07) is known color: Tangerine. HEX triplet: EB, 8C and 07. RGB value is (235,140,7). Sum of RGB (Red+Green+Blue) = 235+140+7=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8C07 is #1473F8. Grayscale: #999999. Windows color (decimal): -1340409 or 494827. OLE color: 494827.

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

Color convert

RGB 235 140 7 -
CMYK 0 0.40 0.97 0.08
HSL 35º 0.94% 0.47% -
HSV(B) 35º 0.97% 0.92% -
XYZ 43.68 36.43 4.93 -
YUV 153.24 45.47 186.31 -
System Red Green Blue C M Y K H S L
Decimal 235 140 7 0 0.40 0.97 0.08 35 0.94 0.47
Hex EB 8C 7 0 28 61 8 23 5E 2F
Octal 353 214 7 0 50 141 10 43 136 57
Binary 11101011 10001100 111 0 101000 1100001 1000 100011 1011110 101111

Color Harmonies of #EB8C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C07

Black with #EB8C07

Text Example


Text Example

White with #EB8C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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