Html Css Color HEX #EF8506 Tangerine

📋 copy color: '#EF8506'

red 239 ◦ green 133 ◦ blue 6

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

Shades of Tangerine #EF8506

Tints of Tangerine #EF8506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 63.23%
G = 35.19%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF8506 (or 0xEF8506) is known color: Tangerine. HEX triplet: EF, 85 and 06. RGB value is (239,133,6). Sum of RGB (Red+Green+Blue) = 239+133+6=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8506 is #107AF9. Grayscale: #969696. Windows color (decimal): -1080058 or 427503. OLE color: 427503.

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

Color convert

RGB 239 133 6 -
CMYK 0 0.44 0.97 0.06
HSL 32.7º 0.95% 0.48% -
HSV(B) 32.7º 0.97% 0.94% -
XYZ 44.02 35.14 4.63 -
YUV 150.22 46.62 191.33 -
System Red Green Blue C M Y K H S L
Decimal 239 133 6 0 0.44 0.97 0.06 32.7 0.95 0.48
Hex EF 85 6 0 2C 61 6 21 5F 30
Octal 357 205 6 0 54 141 6 41 137 60
Binary 11101111 10000101 110 0 101100 1100001 110 100001 1011111 110000

Color Harmonies of #EF8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8506

Black with #EF8506

Text Example


Text Example

White with #EF8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8506; }

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

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

background-color css

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

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

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

border-color css

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

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

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