Html Css Color HEX #EE8504 Tangerine

📋 copy color: '#EE8504'

red 238 ◦ green 133 ◦ blue 4

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

Shades of Tangerine #EE8504

Tints of Tangerine #EE8504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 63.47%
G = 35.47%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE8504 (or 0xEE8504) is known color: Tangerine. HEX triplet: EE, 85 and 04. RGB value is (238,133,4). Sum of RGB (Red+Green+Blue) = 238+133+4=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8504 is #117AFB. Grayscale: #969696. Windows color (decimal): -1145596 or 296430. OLE color: 296430.

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

Color convert

RGB 238 133 4 -
CMYK 0 0.44 0.98 0.07
HSL 33.08º 0.97% 0.47% -
HSV(B) 33.08º 0.98% 0.93% -
XYZ 43.67 34.96 4.56 -
YUV 149.69 45.79 190.99 -
System Red Green Blue C M Y K H S L
Decimal 238 133 4 0 0.44 0.98 0.07 33.08 0.97 0.47
Hex EE 85 4 0 2C 62 7 21 61 2F
Octal 356 205 4 0 54 142 7 41 141 57
Binary 11101110 10000101 100 0 101100 1100010 111 100001 1100001 101111

Color Harmonies of #EE8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8504

Black with #EE8504

Text Example


Text Example

White with #EE8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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