Html Css Color HEX #EE8300 Tangerine

📋 copy color: '#EE8300'

red 238 ◦ green 131 ◦ blue 0

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

Shades of Tangerine #EE8300

Tints of Tangerine #EE8300

RGB

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

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

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

R = 64.5%
G = 35.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE8300 (or 0xEE8300) is known color: Tangerine. HEX triplet: EE, 83 and 00. RGB value is (238,131,0). Sum of RGB (Red+Green+Blue) = 238+131+0=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8300 is #117CFF. Grayscale: #949494. Windows color (decimal): -1146112 or 33774. OLE color: 33774.

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

Color convert

RGB 238 131 0 -
CMYK 0 0.45 1 0.07
HSL 33.03º 1% 0.47% -
HSV(B) 33.03º 1% 0.93% -
XYZ 43.38 34.41 4.36 -
YUV 148.06 44.45 192.15 -
System Red Green Blue C M Y K H S L
Decimal 238 131 0 0 0.45 1 0.07 33.03 1 0.47
Hex EE 83 0 0 2D 64 7 21 64 2F
Octal 356 203 0 0 55 144 7 41 144 57
Binary 11101110 10000011 0 0 101101 1100100 111 100001 1100100 101111

Color Harmonies of #EE8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8300

Black with #EE8300

Text Example


Text Example

White with #EE8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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