Html Css Color HEX #EE9400 Tangerine

📋 copy color: '#EE9400'

red 238 ◦ green 148 ◦ blue 0

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

Shades of Tangerine #EE9400

Tints of Tangerine #EE9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.66%
G = 38.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE9400 (or 0xEE9400) is known color: Tangerine. HEX triplet: EE, 94 and 00. RGB value is (238,148,0). Sum of RGB (Red+Green+Blue) = 238+148+0=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9400 is #116BFF. Grayscale: #9E9E9E. Windows color (decimal): -1141760 or 38126. OLE color: 38126.

HSL color Cylindrical-coordinate representation of color #EE9400: hue angle of 37.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE9400 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 148 0 -
CMYK 0 0.38 1 0.07
HSL 37.31º 1% 0.47% -
HSV(B) 37.31º 1% 0.93% -
XYZ 45.85 39.36 5.18 -
YUV 158.04 38.82 185.03 -
System Red Green Blue C M Y K H S L
Decimal 238 148 0 0 0.38 1 0.07 37.31 1 0.47
Hex EE 94 0 0 26 64 7 25 64 2F
Octal 356 224 0 0 46 144 7 45 144 57
Binary 11101110 10010100 0 0 100110 1100100 111 100101 1100100 101111

Color Harmonies of #EE9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9400

Black with #EE9400

Text Example


Text Example

White with #EE9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9400; }

 p { color: rgb(238,148,0); }

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

background-color css

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

 a { background-color: rgb(238,148,0); }

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

border-color css

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

 span { border-color: rgb(238,148,0); }

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