Html Css Color HEX #EB8D02 Tangerine

📋 copy color: '#EB8D02'

red 235 ◦ green 141 ◦ blue 2

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

Shades of Tangerine #EB8D02

Tints of Tangerine #EB8D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 62.17%
G = 37.3%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB8D02 (or 0xEB8D02) is known color: Tangerine. HEX triplet: EB, 8D and 02. RGB value is (235,141,2). Sum of RGB (Red+Green+Blue) = 235+141+2=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8D02 is #1472FD. Grayscale: #999999. Windows color (decimal): -1340158 or 167403. OLE color: 167403.

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

Color convert

RGB 235 141 2 -
CMYK 0 0.4 0.99 0.08
HSL 35.79º 0.98% 0.46% -
HSV(B) 35.79º 0.99% 0.92% -
XYZ 43.8 36.72 4.84 -
YUV 153.26 42.64 186.3 -
System Red Green Blue C M Y K H S L
Decimal 235 141 2 0 0.4 0.99 0.08 35.79 0.98 0.46
Hex EB 8D 2 0 28 63 8 24 62 2E
Octal 353 215 2 0 50 143 10 44 142 56
Binary 11101011 10001101 10 0 101000 1100011 1000 100100 1100010 101110

Color Harmonies of #EB8D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8D02

Black with #EB8D02

Text Example


Text Example

White with #EB8D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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