Html Css Color HEX #EE8500 Tangerine

📋 copy color: '#EE8500'

red 238 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #EE8500

Tints of Tangerine #EE8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 64.15%
G = 35.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE8500 (or 0xEE8500) is known color: Tangerine. HEX triplet: EE, 85 and 00. RGB value is (238,133,0). Sum of RGB (Red+Green+Blue) = 238+133+0=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8500 is #117AFF. Grayscale: #959595. Windows color (decimal): -1145600 or 34286. OLE color: 34286.

HSL color Cylindrical-coordinate representation of color #EE8500: hue angle of 33.53º 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 #EE8500 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 133 0 -
CMYK 0 0.44 1 0.07
HSL 33.53º 1% 0.47% -
HSV(B) 33.53º 1% 0.93% -
XYZ 43.65 34.95 4.45 -
YUV 149.23 43.79 191.31 -
System Red Green Blue C M Y K H S L
Decimal 238 133 0 0 0.44 1 0.07 33.53 1 0.47
Hex EE 85 0 0 2C 64 7 22 64 2F
Octal 356 205 0 0 54 144 7 42 144 57
Binary 11101110 10000101 0 0 101100 1100100 111 100010 1100100 101111

Color Harmonies of #EE8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8500

Black with #EE8500

Text Example


Text Example

White with #EE8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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