Html Css Color HEX #EB8D01 Tangerine

📋 copy color: '#EB8D01'

red 235 ◦ green 141 ◦ blue 1

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

Shades of Tangerine #EB8D01

Tints of Tangerine #EB8D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 62.33%
G = 37.4%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB8D01 (or 0xEB8D01) is known color: Tangerine. HEX triplet: EB, 8D and 01. RGB value is (235,141,1). Sum of RGB (Red+Green+Blue) = 235+141+1=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8D01 is #1472FE. Grayscale: #999999. Windows color (decimal): -1340159 or 101867. OLE color: 101867.

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

Color convert

RGB 235 141 1 -
CMYK 0 0.4 1.00 0.08
HSL 35.9º 0.99% 0.46% -
HSV(B) 35.9º 1% 0.92% -
XYZ 43.79 36.71 4.81 -
YUV 153.15 42.14 186.38 -
System Red Green Blue C M Y K H S L
Decimal 235 141 1 0 0.4 1.00 0.08 35.9 0.99 0.46
Hex EB 8D 1 0 28 64 8 24 63 2E
Octal 353 215 1 0 50 144 10 44 143 56
Binary 11101011 10001101 1 0 101000 1100100 1000 100100 1100011 101110

Color Harmonies of #EB8D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D01

Black with #EB8D01

Text Example


Text Example

White with #EB8D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D01; }

 p { color: rgb(235,141,1); }

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

background-color css

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

 a { background-color: rgb(235,141,1); }

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

border-color css

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

 span { border-color: rgb(235,141,1); }

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