Html Css Color HEX #EE8003 Tangerine

📋 copy color: '#EE8003'

red 238 ◦ green 128 ◦ blue 3

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

Shades of Tangerine #EE8003

Tints of Tangerine #EE8003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 64.5%
G = 34.69%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE8003 (or 0xEE8003) is known color: Tangerine. HEX triplet: EE, 80 and 03. RGB value is (238,128,3). Sum of RGB (Red+Green+Blue) = 238+128+3=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8003 is #117FFC. Grayscale: #939393. Windows color (decimal): -1146877 or 229614. OLE color: 229614.

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

Color convert

RGB 238 128 3 -
CMYK 0 0.46 0.99 0.07
HSL 31.91º 0.98% 0.47% -
HSV(B) 31.91º 0.99% 0.93% -
XYZ 43 33.62 4.31 -
YUV 146.64 46.94 193.16 -
System Red Green Blue C M Y K H S L
Decimal 238 128 3 0 0.46 0.99 0.07 31.91 0.98 0.47
Hex EE 80 3 0 2E 63 7 20 62 2F
Octal 356 200 3 0 56 143 7 40 142 57
Binary 11101110 10000000 11 0 101110 1100011 111 100000 1100010 101111

Color Harmonies of #EE8003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8003

Black with #EE8003

Text Example


Text Example

White with #EE8003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8003; }

 p { color: rgb(238,128,3); }

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

background-color css

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

 a { background-color: rgb(238,128,3); }

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

border-color css

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

 span { border-color: rgb(238,128,3); }

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