Html Css Color HEX #EE8502 Tangerine

📋 copy color: '#EE8502'

red 238 ◦ green 133 ◦ blue 2

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

Shades of Tangerine #EE8502

Tints of Tangerine #EE8502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 63.81%
G = 35.66%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE8502 (or 0xEE8502) is known color: Tangerine. HEX triplet: EE, 85 and 02. RGB value is (238,133,2). Sum of RGB (Red+Green+Blue) = 238+133+2=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8502 is #117AFD. Grayscale: #969696. Windows color (decimal): -1145598 or 165358. OLE color: 165358.

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

Color convert

RGB 238 133 2 -
CMYK 0 0.44 0.99 0.07
HSL 33.31º 0.98% 0.47% -
HSV(B) 33.31º 0.99% 0.93% -
XYZ 43.66 34.96 4.5 -
YUV 149.46 44.79 191.15 -
System Red Green Blue C M Y K H S L
Decimal 238 133 2 0 0.44 0.99 0.07 33.31 0.98 0.47
Hex EE 85 2 0 2C 63 7 21 62 2F
Octal 356 205 2 0 54 143 7 41 142 57
Binary 11101110 10000101 10 0 101100 1100011 111 100001 1100010 101111

Color Harmonies of #EE8502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8502

Black with #EE8502

Text Example


Text Example

White with #EE8502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8502; }

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

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

background-color css

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

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

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

border-color css

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

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

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