Html Css Color HEX #EE830E Tangerine

📋 copy color: '#EE830E'

red 238 ◦ green 131 ◦ blue 14

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

Shades of Tangerine #EE830E

Tints of Tangerine #EE830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 62.14%
G = 34.2%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE830E (or 0xEE830E) is known color: Tangerine. HEX triplet: EE, 83 and 0E. RGB value is (238,131,14). Sum of RGB (Red+Green+Blue) = 238+131+14=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE830E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE830E is #117CF1. Grayscale: #969696. Windows color (decimal): -1146098 or 951278. OLE color: 951278.

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

Color convert

RGB 238 131 14 -
CMYK 0 0.45 0.94 0.07
HSL 31.34º 0.89% 0.49% -
HSV(B) 31.34º 0.94% 0.93% -
XYZ 43.46 34.44 4.77 -
YUV 149.66 51.45 191.01 -
System Red Green Blue C M Y K H S L
Decimal 238 131 14 0 0.45 0.94 0.07 31.34 0.89 0.49
Hex EE 83 E 0 2D 5E 7 1F 59 31
Octal 356 203 16 0 55 136 7 37 131 61
Binary 11101110 10000011 1110 0 101101 1011110 111 11111 1011001 110001

Color Harmonies of #EE830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE830E

Black with #EE830E

Text Example


Text Example

White with #EE830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE830E; }

 p { color: rgb(238,131,14); }

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

background-color css

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

 a { background-color: rgb(238,131,14); }

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

border-color css

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

 span { border-color: rgb(238,131,14); }

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