Html Css Color HEX #EF8504 Tangerine

📋 copy color: '#EF8504'

red 239 ◦ green 133 ◦ blue 4

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

Shades of Tangerine #EF8504

Tints of Tangerine #EF8504

RGB

 RED value IS 239 (93.75% from 255) = 63.56%

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

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

R = 63.56%
G = 35.37%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF8504 (or 0xEF8504) is known color: Tangerine. HEX triplet: EF, 85 and 04. RGB value is (239,133,4). Sum of RGB (Red+Green+Blue) = 239+133+4=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8504 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8504 is #107AFB. Grayscale: #969696. Windows color (decimal): -1080060 or 296431. OLE color: 296431.

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

Color convert

RGB 239 133 4 -
CMYK 0 0.44 0.98 0.06
HSL 32.94º 0.97% 0.48% -
HSV(B) 32.94º 0.98% 0.94% -
XYZ 44.01 35.13 4.58 -
YUV 149.99 45.62 191.49 -
System Red Green Blue C M Y K H S L
Decimal 239 133 4 0 0.44 0.98 0.06 32.94 0.97 0.48
Hex EF 85 4 0 2C 62 6 21 61 30
Octal 357 205 4 0 54 142 6 41 141 60
Binary 11101111 10000101 100 0 101100 1100010 110 100001 1100001 110000

Color Harmonies of #EF8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8504

Black with #EF8504

Text Example


Text Example

White with #EF8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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