Html Css Color HEX #EE860B Tangerine

📋 copy color: '#EE860B'

red 238 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #EE860B

Tints of Tangerine #EE860B

RGB

 RED value IS 238 (93.36% from 255) = 62.14%

 GREEN value IS 134 (52.73% from 255) = 34.99%

 BLUE value IS 11 (4.69% from 255) = 2.87%

R = 62.14%
G = 34.99%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE860B (or 0xEE860B) is known color: Tangerine. HEX triplet: EE, 86 and 0B. RGB value is (238,134,11). Sum of RGB (Red+Green+Blue) = 238+134+11=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE860B is #1179F4. Grayscale: #979797. Windows color (decimal): -1145333 or 755438. OLE color: 755438.

HSL color Cylindrical-coordinate representation of color #EE860B: hue angle of 32.51º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE860B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 134 11 -
CMYK 0 0.44 0.95 0.07
HSL 32.51º 0.91% 0.49% -
HSV(B) 32.51º 0.95% 0.93% -
XYZ 43.85 35.25 4.81 -
YUV 151.07 48.96 190 -
System Red Green Blue C M Y K H S L
Decimal 238 134 11 0 0.44 0.95 0.07 32.51 0.91 0.49
Hex EE 86 B 0 2C 5F 7 21 5B 31
Octal 356 206 13 0 54 137 7 41 133 61
Binary 11101110 10000110 1011 0 101100 1011111 111 100001 1011011 110001

Color Harmonies of #EE860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE860B

Black with #EE860B

Text Example


Text Example

White with #EE860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE860B; }

 p { color: rgb(238,134,11); }

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

background-color css

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

 a { background-color: rgb(238,134,11); }

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

border-color css

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

 span { border-color: rgb(238,134,11); }

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