Html Css Color HEX #EE880A Tangerine

📋 copy color: '#EE880A'

red 238 ◦ green 136 ◦ blue 10

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

Shades of Tangerine #EE880A

Tints of Tangerine #EE880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.42%

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 61.98%
G = 35.42%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE880A (or 0xEE880A) is known color: Tangerine. HEX triplet: EE, 88 and 0A. RGB value is (238,136,10). Sum of RGB (Red+Green+Blue) = 238+136+10=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE880A is #1177F5. Grayscale: #989898. Windows color (decimal): -1144822 or 690414. OLE color: 690414.

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

Color convert

RGB 238 136 10 -
CMYK 0 0.43 0.96 0.07
HSL 33.16º 0.92% 0.49% -
HSV(B) 33.16º 0.96% 0.93% -
XYZ 44.12 35.81 4.87 -
YUV 152.13 47.79 189.25 -
System Red Green Blue C M Y K H S L
Decimal 238 136 10 0 0.43 0.96 0.07 33.16 0.92 0.49
Hex EE 88 A 0 2B 60 7 21 5C 31
Octal 356 210 12 0 53 140 7 41 134 61
Binary 11101110 10001000 1010 0 101011 1100000 111 100001 1011100 110001

Color Harmonies of #EE880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE880A

Black with #EE880A

Text Example


Text Example

White with #EE880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE880A; }

 p { color: rgb(238,136,10); }

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

background-color css

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

 a { background-color: rgb(238,136,10); }

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

border-color css

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

 span { border-color: rgb(238,136,10); }

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