Html Css Color HEX #EE840C Tangerine

📋 copy color: '#EE840C'

red 238 ◦ green 132 ◦ blue 12

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

Shades of Tangerine #EE840C

Tints of Tangerine #EE840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 12 (5.08% from 255) = 3.14%

R = 62.3%
G = 34.55%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE840C (or 0xEE840C) is known color: Tangerine. HEX triplet: EE, 84 and 0C. RGB value is (238,132,12). Sum of RGB (Red+Green+Blue) = 238+132+12=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE840C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE840C is #117BF3. Grayscale: #969696. Windows color (decimal): -1145844 or 820462. OLE color: 820462.

HSL color Cylindrical-coordinate representation of color #EE840C: hue angle of 31.86º degrees, saturation: 0.9, 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 #EE840C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 132 12 -
CMYK 0 0.45 0.95 0.07
HSL 31.86º 0.9% 0.49% -
HSV(B) 31.86º 0.95% 0.93% -
XYZ 43.58 34.71 4.75 -
YUV 150.01 50.12 190.76 -
System Red Green Blue C M Y K H S L
Decimal 238 132 12 0 0.45 0.95 0.07 31.86 0.9 0.49
Hex EE 84 C 0 2D 5F 7 20 5A 31
Octal 356 204 14 0 55 137 7 40 132 61
Binary 11101110 10000100 1100 0 101101 1011111 111 100000 1011010 110001

Color Harmonies of #EE840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE840C

Black with #EE840C

Text Example


Text Example

White with #EE840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE840C; }

 p { color: rgb(238,132,12); }

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

background-color css

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

 a { background-color: rgb(238,132,12); }

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

border-color css

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

 span { border-color: rgb(238,132,12); }

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