Html Css Color HEX #EE8312 Tangerine

📋 copy color: '#EE8312'

red 238 ◦ green 131 ◦ blue 18

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

Shades of Tangerine #EE8312

Tints of Tangerine #EE8312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 61.5%
G = 33.85%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE8312 (or 0xEE8312) is known color: Tangerine. HEX triplet: EE, 83 and 12. RGB value is (238,131,18). Sum of RGB (Red+Green+Blue) = 238+131+18=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8312 is #117CED. Grayscale: #969696. Windows color (decimal): -1146094 or 1213422. OLE color: 1213422.

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

Color convert

RGB 238 131 18 -
CMYK 0 0.45 0.92 0.07
HSL 30.82º 0.87% 0.5% -
HSV(B) 30.82º 0.92% 0.93% -
XYZ 43.49 34.45 4.93 -
YUV 150.11 53.45 190.69 -
System Red Green Blue C M Y K H S L
Decimal 238 131 18 0 0.45 0.92 0.07 30.82 0.87 0.5
Hex EE 83 12 0 2D 5C 7 1F 57 32
Octal 356 203 22 0 55 134 7 37 127 62
Binary 11101110 10000011 10010 0 101101 1011100 111 11111 1010111 110010

Color Harmonies of #EE8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8312

Black with #EE8312

Text Example


Text Example

White with #EE8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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